Skip to content

Commit be1ec94

Browse files
authored
PVO11Y-5019 Update refs and forward crio metric (#9616)
* PVO11Y-5019 Update refs * PVO11Y-5019 Forward crio pull failure metric to prod Also export this metric to production RHOBS. * Also update stage refs
1 parent cb6a2da commit be1ec94

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

components/monitoring/prometheus/production/base/monitoringstack/endpoints-params.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
- '{__name__="kube_pod_container_info", namespace!~".*-tenant|openshift-.*|kube-.*"}'
150150
- '{__name__="kube_pod_container_info", namespace="openshift-pipelines"}'
151151
- '{__name__="kube_pod_container_info", namespace=~".*-tenant", image=~"quay\\.io/konflux-ci/.*|quay\\.io/conforma/.*|quay\\.io/enterprise-contract/.*"}'
152+
- '{__name__="container_runtime_crio_image_pulls_failure_total"}'
152153

153154
## Pod Metrics
154155
- '{__name__="taskrun_pod_create_not_attempted_or_pending_count"}'

components/monitoring/registry/production/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
resources:
22
- ../base
3-
- https://github.com/redhat-appstudio/o11y/config/exporters/monitoring/registry/base?ref=8c762c63b8ff446d8116ac07d7d0894ce67aa13b
3+
- https://github.com/redhat-appstudio/o11y/config/exporters/monitoring/registry/base?ref=0d3c45516968bffb24196952c3273cebd6df5d4f
44

55
images:
66
- name: quay.io/redhat-appstudio/o11y
77
newName: quay.io/redhat-appstudio/o11y
8-
newTag: 8c762c63b8ff446d8116ac07d7d0894ce67aa13b
8+
newTag: 0d3c45516968bffb24196952c3273cebd6df5d4f
99

1010
# Quay repository name is generated from the namespace name
1111
patches:

components/monitoring/registry/staging/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
resources:
22
- ../base
3-
- https://github.com/redhat-appstudio/o11y/config/exporters/monitoring/registry/base?ref=7f967e4e03b1402dc07dbea757b728a2d8ac1d36
3+
- https://github.com/redhat-appstudio/o11y/config/exporters/monitoring/registry/base?ref=0d3c45516968bffb24196952c3273cebd6df5d4f
44

55
images:
66
- name: quay.io/redhat-appstudio/o11y
77
newName: quay.io/redhat-appstudio/o11y
8-
newTag: 7f967e4e03b1402dc07dbea757b728a2d8ac1d36
8+
newTag: 0d3c45516968bffb24196952c3273cebd6df5d4f
99

1010
patches:
1111
- patch: |-

0 commit comments

Comments
 (0)