Why is EventId with ID set to 0 not being added to OTLP Log Record? #4779
-
Hello, I have noticed, that if the log record has an Is there some specific reason behind that? Is this possibly a bug? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
cijothomas
Aug 17, 2023
Replies: 1 comment 3 replies
-
0 is the default, i.e its treated as if eventid is not set at all. Separately, EventId will be temporarily removed from OTLP Exporter to stabilize it. See #4776 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
davidkaya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
0 is the default, i.e its treated as if eventid is not set at all.
Separately, EventId will be temporarily removed from OTLP Exporter to stabilize it. See #4776