Skip to content

Commit bbad15c

Browse files
committed
Use label matchers for Rules API in prom-label-proxy
Signed-off-by: Simon Pasquier <[email protected]>
1 parent ef880b4 commit bbad15c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

assets/thanos-querier/deployment.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ spec:
167167
- --enable-label-apis
168168
- --error-on-replace
169169
- --rules-with-active-alerts
170+
- --enable-label-matchers-for-rules-api
170171
image: quay.io/prometheuscommunity/prom-label-proxy:v0.12.0
171172
name: prom-label-proxy
172173
resources:

jsonnet/components/thanos-querier.libsonnet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ function(params)
513513
'--enable-label-apis',
514514
'--error-on-replace',
515515
'--rules-with-active-alerts',
516+
'--enable-label-matchers-for-rules-api',
516517
],
517518
resources: {
518519
requests: {

0 commit comments

Comments
 (0)