Package io.opentelemetry.semconv
Class SemanticAttributes.MessagingOperationValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.MessagingOperationValues
- Enclosing class:
- SemanticAttributes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA message is created.static final StringOne or more messages are passed to a consumer.static final StringDeprecated.this value has been removed as of 1.23.1 of the semantic conventions.static final StringOne or more messages are provided for publishing to an intermediary.static final StringOne or more messages are requested by a consumer. -
Method Summary
-
Field Details
-
PUBLISH
One or more messages are provided for publishing to an intermediary. If a single message is published, the context of the "Publish" span can be used as the creation context and no "Create" span needs to be created.- See Also:
-
CREATE
A message is created. "Create" spans always refer to a single message and are used to provide a unique creation context for messages in batch publishing scenarios.- See Also:
-
RECEIVE
One or more messages are requested by a consumer. This operation refers to pull-based scenarios, where consumers explicitly call methods of messaging SDKs to receive messages.- See Also:
-
DELIVER
One or more messages are passed to a consumer. This operation refers to push-based scenarios, where consumer register callbacks which get called by messaging SDKs.- See Also:
-
PROCESS
Deprecated.this value has been removed as of 1.23.1 of the semantic conventions.process.- See Also:
-