We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1465843 commit f91386dCopy full SHA for f91386d
1 file changed
cmd/promxy/config.yaml
@@ -155,7 +155,6 @@ promxy:
155
# query can still succeed
156
ignore_error: true
157
158
-
159
# LabelFilterConfig is a mechanism to restrict which queries are sent to the particular downstream.
160
# This is done by maintaining a "filter" of labels that are downstream and ensuring that the
161
# matchers for any particular query match that in-memory filter. This can be defined both
@@ -183,10 +182,9 @@ promxy:
183
182
# the main use-case for this is to support the X-Scope-OrgID header required by Mimir and Cortex
184
# in multi-tenancy mode
185
http_headers:
186
- X-Scope-OrgID: tenat-A
+ X-Scope-OrgID: tenant-A
187
X-Promxy-Source: promxy-1
188
189
190
# as many additional server groups as you have
191
- static_configs:
192
- targets:
0 commit comments