-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Telemetry processor - Allow multimatch on log body and span name #3229
Conversation
...src/main/java/com/microsoft/applicationinsights/agent/internal/processors/ProcessorUtil.java
Outdated
Show resolved
Hide resolved
…ights/agent/internal/processors/ProcessorUtil.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it may make sense to capture multimatches in an attribute of type "string array" (to capture all of the values, instead of only the last value)
...om/microsoft/applicationinsights/agent/internal/processors/ExporterWithLogProcessorTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure about implementing different behavior for log body and span name
I think my preference would be to keep them consistent (either break neither, or break both)
Same behavior now applied on log body and span name |
No description provided.