Skip to content

Commit 554f532

Browse files
authored
chore(KFLUXVNGD-527): Update Caching Squid namespace (#9211)
update squid metric namespace in stage endpoint-params.yml Jira-Url: https://issues.redhat.com/browse/KFLUXVNGD-527 Signed-off-by: Homaja Marisetty <[email protected]>
1 parent f4b2e3e commit 554f532

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
- '{__name__="kube_deployment_status_replicas_available", namespace="konflux-support-ops"}'
9898
- '{__name__="kube_deployment_spec_replicas", namespace="konflux-support-ops"}'
9999

100-
# Namespace: proxy
101-
- '{__name__="squid_up", namespace="proxy"}'
100+
# Namespace: caching
101+
- '{__name__="squid_up", namespace="caching"}'
102102

103103
# Namespace: openshift-kueue-operator
104104
- '{__name__="kube_deployment_status_replicas_ready", namespace="openshift-kueue-operator"}'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@
9797
- '{__name__="kube_deployment_status_replicas_available", namespace="konflux-support-ops"}'
9898
- '{__name__="kube_deployment_spec_replicas", namespace="konflux-support-ops"}'
9999

100-
# Namespace: proxy
101-
- '{__name__="squid_up", namespace="proxy"}'
100+
# Namespace: caching
101+
- '{__name__="squid_up", namespace="caching"}'
102102

103103
# Namespace: openshift-kueue-operator
104104
- '{__name__="kube_deployment_status_replicas_ready", namespace="openshift-kueue-operator"}'

0 commit comments

Comments
 (0)