Bug 1951952
Summary: | [AWS CSI Migration] Metrics for cloudprovider error requests are lost | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Qin Ping <piqin> |
Component: | Storage | Assignee: | melbeher |
Storage sub component: | Operators | QA Contact: | Qin Ping <piqin> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | aos-bugs, fbertina, hekumar, jsafrane |
Version: | 4.8 | ||
Target Milestone: | --- | ||
Target Release: | 4.8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-27 23:02:20 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Qin Ping
2021-04-21 08:29:51 UTC
yeah this is a known issue - https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/806 Just for the record, we had previously talked about this in a team meeting and we decided that we do need cloud metrics before CSI migration goes GA. However, it's OK to not have it in Tech Preview (4.8). *** Bug 1956791 has been marked as a duplicate of this bug. *** Verified with: 4.8.0-0.nightly-2021-05-12-184904 $ oc -n openshift-monitoring exec -c prometheus prometheus-k8s-0 -- curl -k -H "en" 'https://prometheus-k8s.openshift-monitoring.svc:9091/api/v1/query?query=cloudprovider_aws_api_request_errors'|jq % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 876 0 876 0 0 41714 0 --:--:-- --:--:-- --:--:-- 43800 { "status": "success", "data": { "resultType": "vector", "result": [ { "metric": { "__name__": "cloudprovider_aws_api_request_errors", "container": "driver-kube-rbac-proxy", "endpoint": "driver-m", "instance": "10.0.162.1:9206", "job": "aws-ebs-csi-driver-controller-metrics", "namespace": "openshift-cluster-csi-drivers", "pod": "aws-ebs-csi-driver-controller-7d49867c85-bgbpv", "request": "DescribeVolumesModifications", "service": "aws-ebs-csi-driver-controller-metrics" }, "value": [ 1620886264.24, "1" ] }, { "metric": { "__name__": "cloudprovider_aws_api_request_errors", "container": "driver-kube-rbac-proxy", "endpoint": "driver-m", "instance": "10.0.162.1:9206", "job": "aws-ebs-csi-driver-controller-metrics", "namespace": "openshift-cluster-csi-drivers", "pod": "aws-ebs-csi-driver-controller-7d49867c85-bgbpv", "request": "ModifyVolume", "service": "aws-ebs-csi-driver-controller-metrics" }, "value": [ 1620886264.24, "9" ] } ] } } 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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security 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/RHSA-2021:2438 |