Replies: 1 comment
-
#5184 Closing as duplicate |
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.
-
How to remove duplicate & non relevant attributes from the Otlp Log record before it is exported to OTLP log collector destination
I tried adding my own
LogProcessor
using an derived implementation ofBaseProcessor<LogRecord>
. it does not work becauseLogRecord.attributes
does not have these values when Otel library calls my implementationSample json log for reference
Beta Was this translation helpful? Give feedback.
All reactions