Replies: 2 comments
-
|
Great discussion @erka! I want to bring this reference to the discussion: https://opentelemetry.io/docs/concepts/signals/traces/#span-events
We also have this blog post from @austinlparker: https://opentelemetry.io/blog/2025/opentelemetry-logging-and-you/ But other than those pages, I don't think we have anything that the community agree on related to span events best practices. TBH I'm not sure if we should invest on span events, as they will eventually be deprecated: But we could do it, and then migrate to (log-based) events whenever they are usable. @jpkrohling has been publishing a series of recommendations on the OTel blog. |
Beta Was this translation helpful? Give feedback.
-
|
@julianocosta89 Thank you for extra information. The I’d greatly appreciate any advice on how to name it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
This is no clear example in the specification of how span events should be named. I expected that the demo to provide some guidance on this topic, but unfortunately it doesn't follow the unified style for event name. Each service seems to use its own approach. For example,
Errorin Ad serviceCurrencies fetched, response sent back,Conversion failed,Processing currency conversion request,... in Currency serviceerror,shipped,prepared, ... in Checkout serviceProduct Not Found: %s,Product Found, ... in Product Catalog serviceFetch cart,Empty cartin Cart service if they are span events.What is the correct format for an event name?
Beta Was this translation helpful? Give feedback.
All reactions