Ocp usage data across the board (cpu/mem/volume) is doubling when you start a new month. Or if your initial ingest collects 2 months of data then both previous month and current month get doubled.
Steps:
- Add OCP sources
- Ingest previous month data using nise
- Check usage counts
- Create/ingest new data for current month
- See current month usage double expected counts
Note:
Also if you re-summarise the previous month that data will also get doubled.
See examples:
previous month data
"project": "qe_test","values": [{"date": "2021-05-30","project": "qe_test","usage":
,"request":
{"value": 48.0,"units": "Core-Hours"},"limit":
{"value": 72.0,"units": "Core-Hours"},"capacity": {"value": 72.0,"units": "Core-Hours"
Current month data
"project": "qe_test","values": [{"date": "2021-06-01","project": "qe_test","usage":
,"request":
{"value": 96.0,"units": "Core-Hours"},"limit":
{"value": 144.0,"units": "Core-Hours"},"capacity": {"value": 72.0,"units": "Core-Hours"