Skip to content

Commit ccdfe98

Browse files
authored
tweak prometheus dashboard (#5329)
1 parent c221988 commit ccdfe98

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

dashboards/grafana-dashboard-insights-hccm.configmap.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ data:
20192019
},
20202020
{
20212021
"color": "red",
2022-
"value": 300
2022+
"value": 400
20232023
}
20242024
]
20252025
},
@@ -2100,7 +2100,7 @@ data:
21002100
},
21012101
{
21022102
"color": "red",
2103-
"value": 300
2103+
"value": 400
21042104
}
21052105
]
21062106
},
@@ -2208,11 +2208,11 @@ data:
22082208
},
22092209
{
22102210
"color": "#EAB839",
2211-
"value": 125
2211+
"value": 150
22122212
},
22132213
{
22142214
"color": "red",
2215-
"value": 150
2215+
"value": 200
22162216
}
22172217
]
22182218
},
@@ -2289,11 +2289,11 @@ data:
22892289
},
22902290
{
22912291
"color": "#EAB839",
2292-
"value": 125
2292+
"value": 150
22932293
},
22942294
{
22952295
"color": "red",
2296-
"value": 150
2296+
"value": 200
22972297
}
22982298
]
22992299
},
@@ -4507,11 +4507,11 @@ data:
45074507
},
45084508
{
45094509
"color": "#EAB839",
4510-
"value": 90
4510+
"value": 300
45114511
},
45124512
{
45134513
"color": "red",
4514-
"value": 100
4514+
"value": 500
45154515
}
45164516
]
45174517
},
@@ -4585,11 +4585,11 @@ data:
45854585
},
45864586
{
45874587
"color": "#EAB839",
4588-
"value": 90
4588+
"value": 300
45894589
},
45904590
{
45914591
"color": "red",
4592-
"value": 100
4592+
"value": 500
45934593
}
45944594
]
45954595
},

koku/masu/processor/ocp/ocp_cost_model_cost_updater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def _delete_tag_usage_costs(self, start_date, end_date, source_uuid):
399399
with schema_context(self._schema):
400400
report_period = report_accessor.report_periods_for_provider_uuid(self._provider.uuid, start_date)
401401
if not report_period:
402-
LOG.warning(
402+
LOG.info(
403403
log_json(
404404
msg="no report period for provider",
405405
provider_uuid=self._provider.uuid,

0 commit comments

Comments
 (0)