File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ following configuration options:
141
141
- ` custom-headers ` : a map of strings that are added to each request sent to allow for additional network routing / request inspection.
142
142
Not required, default is empty. Example: ` --custom-headers='{"region" : "us-east-1", "service" : "event-producer"}' `
143
143
- ` dynamic-headers ` : similar with ` custom-headers ` , but the header values are extracted from metric tags matching the
144
- provided list of string. Tag names are canonicalized by first replacing underscores with hyphens, then converting
145
- first letter and each letter after a hyphen to uppercase, the rest are converted to lower case. If a tag is specified
144
+ provided list of string. Tag names are canonicalized by replacing underscores with hyphens. If a tag is specified
146
145
in both ` custom-header ` and ` dynamic-header ` , the vaule set by ` custom-header ` takes precedence. Not required, default
147
146
is empty. Example: ` --dynamic-headers='["region", "service"]' ` .
148
147
This is an experimental feature and it may be removed or changed in future versions.
You can’t perform that action at this time.
0 commit comments