Skip to content

Commit

Permalink
change port
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewballantyne committed Feb 15, 2023
1 parent 48d3c86 commit 364ab59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/utils/prometheusUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const callPrometheusPVC = (
fastify,
request,
query,
generatePrometheusHostURL(fastify, 'thanos-querier', 'openshift-monitoring', '9091'),
generatePrometheusHostURL(fastify, 'thanos-querier', 'openshift-monitoring', '9092'),
QueryType.QUERY,
);
};
Expand Down

0 comments on commit 364ab59

Please sign in to comment.