Skip to content

Commit

Permalink
[chore] [processor/tailsampling] Repair outdated example http.url (#3…
Browse files Browse the repository at this point in the history
…4345)

**Description:** 
Repair outdated example http.url to stable HTTP semantic conventions
url.path

Signed-off-by: dominic.qi <[email protected]>
  • Loading branch information
dominicqi authored Aug 13, 2024
1 parent 4403dc8 commit b721d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processor/tailsamplingprocessor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ processors:
{
name: test-policy-9,
type: string_attribute,
string_attribute: {key: http.url, values: [\/health, \/metrics], enabled_regex_matching: true, invert_match: true}
string_attribute: {key: url.path, values: [\/health, \/metrics], enabled_regex_matching: true, invert_match: true}
},
{
name: test-policy-10,
Expand Down

0 comments on commit b721d29

Please sign in to comment.