Class CloudeventsIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.CloudeventsIncubatingAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String>The event_id uniquely identifies the event.static final io.opentelemetry.api.common.AttributeKey<String>The source identifies the context in which an event happened.static final io.opentelemetry.api.common.AttributeKey<String>The version of the CloudEvents specification which the event uses.static final io.opentelemetry.api.common.AttributeKey<String>The subject of the event in the context of the event producer (identified by source).static final io.opentelemetry.api.common.AttributeKey<String>The event_type contains a value describing the type of event related to the originating occurrence. -
Method Summary
-
Field Details
-
CLOUDEVENTS_EVENT_ID
The event_id uniquely identifies the event. -
CLOUDEVENTS_EVENT_SOURCE
The source identifies the context in which an event happened. -
CLOUDEVENTS_EVENT_SPEC_VERSION
The version of the CloudEvents specification which the event uses. -
CLOUDEVENTS_EVENT_SUBJECT
The subject of the event in the context of the event producer (identified by source). -
CLOUDEVENTS_EVENT_TYPE
The event_type contains a value describing the type of event related to the originating occurrence.
-