Bug 1955454
Summary: | [4.6] Drop crio image metrics with high cardinality | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Simon Pasquier <spasquie> |
Component: | Monitoring | Assignee: | Prashant Balachandran <pnair> |
Status: | CLOSED ERRATA | QA Contact: | Junqi Zhao <juzhao> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 4.6 | CC: | alegrand, anpicker, erooth, juzhao, kakkoyun, lcosic, pkrupa |
Target Milestone: | --- | Keywords: | EasyFix |
Target Release: | 4.6.z | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1955449 | Environment: | |
Last Closed: | 2021-06-01 12:10:08 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1955449 | ||
Bug Blocks: | 1955452 |
Description
Simon Pasquier
2021-04-30 07:29:42 UTC
reproduced with 4.6.0-0.nightly-2021-05-15-131411 # token=`oc sa get-token prometheus-k8s -n openshift-monitoring` # oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: Bearer $token" 'https://prometheus-k8s.openshift-monitoring.svc:9091/api/v1/label/__name__/values' | jq | grep container_runtime_crio_image "container_runtime_crio_image_layer_reuse", "container_runtime_crio_image_pulls_by_digest", "container_runtime_crio_image_pulls_by_name", "container_runtime_crio_image_pulls_failures", "container_runtime_crio_image_pulls_successes", tested with the PR not merged, no container_runtime_crio_image_* metrics now # token=`oc sa get-token prometheus-k8s -n openshift-monitoring` # oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "Authorization: Bearer $token" 'https://prometheus-k8s.openshift-monitoring.svc:9091/api/v1/label/__name__/values' | jq | grep container_runtime_crio_image no result fix is in 4.6.0-0.nightly-2021-05-24-230019 and later builds, move to VERIFIED Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6.31 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:2100 |