Skip to content

Commit f91386d

Browse files
Your Namejacksontj
authored andcommitted
Fix typos and spacing
1 parent 1465843 commit f91386d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cmd/promxy/config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ promxy:
155155
# query can still succeed
156156
ignore_error: true
157157

158-
159158
# LabelFilterConfig is a mechanism to restrict which queries are sent to the particular downstream.
160159
# This is done by maintaining a "filter" of labels that are downstream and ensuring that the
161160
# matchers for any particular query match that in-memory filter. This can be defined both
@@ -183,10 +182,9 @@ promxy:
183182
# the main use-case for this is to support the X-Scope-OrgID header required by Mimir and Cortex
184183
# in multi-tenancy mode
185184
http_headers:
186-
X-Scope-OrgID: tenat-A
185+
X-Scope-OrgID: tenant-A
187186
X-Promxy-Source: promxy-1
188187

189-
190188
# as many additional server groups as you have
191189
- static_configs:
192190
- targets:

0 commit comments

Comments
 (0)