Skip to content

Commit 3c788c6

Browse files
authored
Merge pull request #743 from atlassian/htan/fix-dynamic-header-doc
fix dynamic header doc
2 parents 06e0986 + 1006819 commit 3c788c6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,7 @@ following configuration options:
141141
- `custom-headers` : a map of strings that are added to each request sent to allow for additional network routing / request inspection.
142142
Not required, default is empty. Example: `--custom-headers='{"region" : "us-east-1", "service" : "event-producer"}'`
143143
- `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
146145
in both `custom-header` and `dynamic-header`, the vaule set by `custom-header` takes precedence. Not required, default
147146
is empty. Example: `--dynamic-headers='["region", "service"]'`.
148147
This is an experimental feature and it may be removed or changed in future versions.

0 commit comments

Comments
 (0)