Skip to content

Commit

Permalink
tweak prometheus dashboard (#5329)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens authored Sep 30, 2024
1 parent c221988 commit ccdfe98
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions dashboards/grafana-dashboard-insights-hccm.configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2019,7 +2019,7 @@ data:
},
{
"color": "red",
"value": 300
"value": 400
}
]
},
Expand Down Expand Up @@ -2100,7 +2100,7 @@ data:
},
{
"color": "red",
"value": 300
"value": 400
}
]
},
Expand Down Expand Up @@ -2208,11 +2208,11 @@ data:
},
{
"color": "#EAB839",
"value": 125
"value": 150
},
{
"color": "red",
"value": 150
"value": 200
}
]
},
Expand Down Expand Up @@ -2289,11 +2289,11 @@ data:
},
{
"color": "#EAB839",
"value": 125
"value": 150
},
{
"color": "red",
"value": 150
"value": 200
}
]
},
Expand Down Expand Up @@ -4507,11 +4507,11 @@ data:
},
{
"color": "#EAB839",
"value": 90
"value": 300
},
{
"color": "red",
"value": 100
"value": 500
}
]
},
Expand Down Expand Up @@ -4585,11 +4585,11 @@ data:
},
{
"color": "#EAB839",
"value": 90
"value": 300
},
{
"color": "red",
"value": 100
"value": 500
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion koku/masu/processor/ocp/ocp_cost_model_cost_updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def _delete_tag_usage_costs(self, start_date, end_date, source_uuid):
with schema_context(self._schema):
report_period = report_accessor.report_periods_for_provider_uuid(self._provider.uuid, start_date)
if not report_period:
LOG.warning(
LOG.info(
log_json(
msg="no report period for provider",
provider_uuid=self._provider.uuid,
Expand Down

0 comments on commit ccdfe98

Please sign in to comment.