Replies: 1 comment
-
The Go version of |
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.
-
We already have well known attributes defined in the
opentelemetry-semantic-conventions
and that's super helpful for observability vendors.I was wondering if it would make sense to also include
event.name
items also within this crate?For example for exceptions, we have a requirement of
event.name = exception
as mentioned here - https://opentelemetry.io/docs/specs/semconv/exceptions/exceptions-spans/#exception-eventI do get it that it's quite trivial to handle but IMO, this would be a nice addition.
If this makes any sense, I'd love to compile a list of known event names and share them here along with a PR.
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions