You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the user could specify the event name in tracing::event!, tracing::error!, etc. Right now, it appears to be set to some default, and many otel endpoints use exception. Allowing the user to override this value would allow them to flag exceptional events in the otel service.
I could possibly implement this.
The text was updated successfully, but these errors were encountered:
We're not opposed to this change, but I'm going to close this as a duplicate of #1426. Feel free to take a look at the discussion there for guidance on implementing this.
Feature Request
Crates
tracing
Motivation
Compatibility with various otel-ish endpoints.
Proposal
It would be nice if the user could specify the event name in
tracing::event!
,tracing::error!
, etc. Right now, it appears to be set to some default, and many otel endpoints useexception
. Allowing the user to override this value would allow them to flag exceptional events in the otel service.I could possibly implement this.
The text was updated successfully, but these errors were encountered: