diff --git a/dashboards/grafana-dashboard-insights-hccm.configmap.yaml b/dashboards/grafana-dashboard-insights-hccm.configmap.yaml index 42d560f04d..ab77da505e 100644 --- a/dashboards/grafana-dashboard-insights-hccm.configmap.yaml +++ b/dashboards/grafana-dashboard-insights-hccm.configmap.yaml @@ -2019,7 +2019,7 @@ data: }, { "color": "red", - "value": 300 + "value": 400 } ] }, @@ -2100,7 +2100,7 @@ data: }, { "color": "red", - "value": 300 + "value": 400 } ] }, @@ -2208,11 +2208,11 @@ data: }, { "color": "#EAB839", - "value": 125 + "value": 150 }, { "color": "red", - "value": 150 + "value": 200 } ] }, @@ -2289,11 +2289,11 @@ data: }, { "color": "#EAB839", - "value": 125 + "value": 150 }, { "color": "red", - "value": 150 + "value": 200 } ] }, @@ -4507,11 +4507,11 @@ data: }, { "color": "#EAB839", - "value": 90 + "value": 300 }, { "color": "red", - "value": 100 + "value": 500 } ] }, @@ -4585,11 +4585,11 @@ data: }, { "color": "#EAB839", - "value": 90 + "value": 300 }, { "color": "red", - "value": 100 + "value": 500 } ] }, diff --git a/koku/masu/processor/ocp/ocp_cost_model_cost_updater.py b/koku/masu/processor/ocp/ocp_cost_model_cost_updater.py index 9d470622e6..49074e79cf 100644 --- a/koku/masu/processor/ocp/ocp_cost_model_cost_updater.py +++ b/koku/masu/processor/ocp/ocp_cost_model_cost_updater.py @@ -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,