Module: OpenTelemetry::SemConv::Incubating::CLOUDEVENTS

Defined in:
lib/opentelemetry/semconv/incubating/cloudevents/attributes.rb

Attribute Names collapse

CLOUDEVENTS_EVENT_ID =
Note:

Stability Level: development

The event_id uniquely identifies the event.

Examples:

Sample Values

123e4567-e89b-12d3-a456-426614174000
0001
'cloudevents.event_id'
CLOUDEVENTS_EVENT_SOURCE =
Note:

Stability Level: development

The source identifies the context in which an event happened.

Examples:

Sample Values

https://github.com/cloudevents
/cloudevents/spec/pull/123
my-service
'cloudevents.event_source'
CLOUDEVENTS_EVENT_SPEC_VERSION =
Note:

Stability Level: development

The version of the CloudEvents specification which the event uses.

Examples:

Sample Values

1.0
'cloudevents.event_spec_version'
CLOUDEVENTS_EVENT_SUBJECT =
Note:

Stability Level: development

The subject of the event in the context of the event producer (identified by source).

Examples:

Sample Values

mynewfile.jpg
'cloudevents.event_subject'
CLOUDEVENTS_EVENT_TYPE =
Note:

Stability Level: development

The event_type contains a value describing the type of event related to the originating occurrence.

Examples:

Sample Values

com.github.pull_request.opened
com.example.object.deleted.v2
'cloudevents.event_type'