Class SemanticAttributes.MessagingOperationValues

java.lang.Object
io.opentelemetry.semconv.SemanticAttributes.MessagingOperationValues
Enclosing class:
SemanticAttributes

@Deprecated public static final class SemanticAttributes.MessagingOperationValues extends Object
Deprecated.
  • Field Details

    • PUBLISH

      @Deprecated public static final String 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 public static final String 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 public static final String 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 public static final String 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 public static final String PROCESS
      Deprecated.
      this value has been removed as of 1.23.1 of the semantic conventions.
      process.
      See Also: