Package io.opentelemetry.semconv
Class SemanticAttributes.MessagingOperationValues
java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.MessagingOperationValues
- Enclosing class:
- SemanticAttributes
Deprecated.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
PUBLISH
Deprecated.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
Deprecated.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
Deprecated.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
Deprecated.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:
-