Class EventIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.EventIncubatingAttributes

public final class EventIncubatingAttributes extends Object
  • Field Details

    • EVENT_NAME

      public static final io.opentelemetry.api.common.AttributeKey<String> EVENT_NAME
      Identifies the class / type of event.

      Notes:

      Event names are subject to the same rules as attribute names. Notably, event names are namespaced to avoid collisions and provide a clean separation of semantics for events in separate domains like browser, mobile, and kubernetes.