Class CloudeventsIncubatingAttributes

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

public final class CloudeventsIncubatingAttributes extends Object
  • Field Details

    • CLOUDEVENTS_EVENT_ID

      public static final io.opentelemetry.api.common.AttributeKey<String> CLOUDEVENTS_EVENT_ID
      The event_id uniquely identifies the event.
    • CLOUDEVENTS_EVENT_SOURCE

      public static final io.opentelemetry.api.common.AttributeKey<String> CLOUDEVENTS_EVENT_SOURCE
      The source identifies the context in which an event happened.
    • CLOUDEVENTS_EVENT_SPEC_VERSION

      public static final io.opentelemetry.api.common.AttributeKey<String> CLOUDEVENTS_EVENT_SPEC_VERSION
    • CLOUDEVENTS_EVENT_SUBJECT

      public static final io.opentelemetry.api.common.AttributeKey<String> CLOUDEVENTS_EVENT_SUBJECT
      The subject of the event in the context of the event producer (identified by source).
    • CLOUDEVENTS_EVENT_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> CLOUDEVENTS_EVENT_TYPE
      The event_type contains a value describing the type of event related to the originating occurrence.