Attribute Processor Regexp Pattern Errors #18311
Unanswered
arielvalentin
asked this question in
Q&A
Replies: 1 comment
-
This error is not the regular expression, but get unamed group in this match, you can try |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am experimenting with using an attribute processor to perform in-place replacements of the
http.url
andhttp.target
attributes. I started with trying out some of the examples provided in contrib repo, however it seems that the examples have an invalid pattern with an unnamed matcher group:opentelemetry-collector-contrib/processor/attributesprocessor/testdata/config.yaml
Line 39 in 4061bf6
Is this an invalid example? Is there a better one I may use instead?
Beta Was this translation helpful? Give feedback.
All reactions