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

Commit 26559ac

Browse files
authored
Fix write dashboard (#194)
Signed-off-by: Ganesh Vernekar <[email protected]>
1 parent 2087fa9 commit 26559ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/dashboards/writes.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ local utils = import 'mixin-utils/utils.libsonnet';
3838
)
3939
.addPanel(
4040
$.panel('Latency') +
41-
utils.latencyRecordingRulePanel('cortex_request_duration_seconds', $.jobSelector($._config.job_names.gateway) + [utils.selector.eq('route', 'api_(v1|prom)_push')])
41+
utils.latencyRecordingRulePanel('cortex_request_duration_seconds', $.jobSelector($._config.job_names.gateway) + [utils.selector.re('route', 'api_(v1|prom)_push')])
4242
)
4343
.addPanel(
4444
$.panel('Per %s p99 Latency' % $._config.per_instance_label) +

0 commit comments

Comments
 (0)