Bug 2219144
| Summary: | [CNAO] Metrics names failed promlint linter | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Aviv Litman <alitman> |
| Component: | Metrics | Assignee: | Aviv Litman <alitman> |
| Status: | VERIFIED --- | QA Contact: | Ahmad <ahafe> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.13.0 | CC: | dbasunag, kmajcher, stirabos |
| Target Milestone: | --- | ||
| Target Release: | 4.14.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | hco-bundle-registry-container-v4.14.0.rhel9-1427 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 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
Aviv Litman
2023-07-02 12:38:39 UTC
QA: verfied CNV-v4.14.0.rhel9-1442 new names results: [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_cnao_cr_kubemacpool_aggregated | jq . { "status": "success", "data": { "resultType": "vector", "result": [ { "metric": { "__name__": "kubevirt_cnao_cr_kubemacpool_aggregated" }, "value": [ 1691054102.258, "1" ] } ] } old names give shows no results: [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_cnao_cr_kubemacpool_deployed_total | jq . { "status": "success", "data": { "resultType": "vector", "result": [] } } [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_cnao_kubemacpool_manager_num_up_pods_total | jq . { "status": "success", "data": { "resultType": "vector", "result": [] } } [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_kubemacpool_duplicate_macs_total | jq . { "status": "success", "data": { "resultType": "vector", "result": [] } } } [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_cnao_kubemacpool_manager_up | jq . { "status": "success", "data": { "resultType": "vector", "result": [ { "metric": { "__name__": "kubevirt_cnao_kubemacpool_manager_up" }, "value": [ 1691054122.788, "1" ] } ] } } [cloud-user@ocp-psi-executor ~]$ oc exec -n openshift-monitoring prometheus-k8s-0 -c prometheus -- curl -s http://127.0.0.1:9090/api/v1/query?query=kubevirt_cnao_kubemacpool_duplicate_macs | jq . { "status": "success", "data": { "resultType": "vector", "result": [ { "metric": { "__name__": "kubevirt_cnao_kubemacpool_duplicate_macs" }, "value": [ 1691054136.489, "0" ] } ] } } |