Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 3807f2a

Browse files
committed
chore: update lib to use new API paths
Signed-off-by: Jacob Lisi <[email protected]>
1 parent d2c553f commit 3807f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex/test-exporter.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
test_exporter_args:: {
66
'user-id': $._config.test_exporter_user_id,
7-
'prometheus-address': 'http://query-frontend.%(namespace)s.svc.cluster.local/api/prom' % $._config,
7+
'prometheus-address': 'http://query-frontend.%(namespace)s.svc.cluster.local/prometheus' % $._config,
88
'test-query-start': $._config.test_exporter_start_time,
99
'extra-selectors': 'job="%(namespace)s/test-exporter"' % $._config,
1010
'test-query-min-size': '1m',

0 commit comments

Comments
 (0)