Skip to content

Commit 6b5c7b2

Browse files
dominicqif7o
authored andcommitted
[chore] [processor/tailsampling] Repair outdated example http.url (open-telemetry#34345)
**Description:** Repair outdated example http.url to stable HTTP semantic conventions url.path Signed-off-by: dominic.qi <[email protected]>
1 parent 3d0b072 commit 6b5c7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

processor/tailsamplingprocessor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ processors:
114114
{
115115
name: test-policy-9,
116116
type: string_attribute,
117-
string_attribute: {key: http.url, values: [\/health, \/metrics], enabled_regex_matching: true, invert_match: true}
117+
string_attribute: {key: url.path, values: [\/health, \/metrics], enabled_regex_matching: true, invert_match: true}
118118
},
119119
{
120120
name: test-policy-10,

0 commit comments

Comments
 (0)