diff --git a/backend/src/utils/prometheusUtils.ts b/backend/src/utils/prometheusUtils.ts index 65e24c88e1..39bf17cdbd 100644 --- a/backend/src/utils/prometheusUtils.ts +++ b/backend/src/utils/prometheusUtils.ts @@ -100,7 +100,7 @@ export const callPrometheusPVC = ( fastify, request, query, - generatePrometheusHostURL(fastify, 'thanos-querier', 'openshift-monitoring', '9091'), + generatePrometheusHostURL(fastify, 'thanos-querier', 'openshift-monitoring', '9092'), QueryType.QUERY, );