-
Bug
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
None
-
False
-
No
-
-
-
-
-
-
No
-
No
-
Pending
-
None
Description of problem:
The consumption metrics in RHODS do not get created until you spawn a notebook pod. The metrics affected are:
cluster:usage:consumption:rhods:cpu:seconds:rate1h cluster:usage:consumption:rhods:pod:up cluster:usage:consumption:rhods:active_users cluster:usage:consumption:rhods:cpu_requests_runtime cluster:usage:consumption:rhods:cpu_limits_runtime
Prerequisites (if any, like setup, operators/versions): None
Steps to Reproduce
- Deploy RHODS
- Attempt to query the above listed metrics (via the “observe” -> “metrics” list in the left nav of the openshift console
- Note that the metrics don’t exist
- Start a notebook pod
- Note that metrics now show up
Actual results:
A pod has to be started/running for the metrics to populate
Expected results:
Consumption metrics should exist but equal zero if no notebook pods have started
Reproducibility (Always/Intermittent/Only Once):
Always