Class MessageIncubatingAttributes

java.lang.Object
io.opentelemetry.semconv.incubating.MessageIncubatingAttributes

public final class MessageIncubatingAttributes extends Object
  • Field Details

    • MESSAGE_COMPRESSED_SIZE

      public static final io.opentelemetry.api.common.AttributeKey<Long> MESSAGE_COMPRESSED_SIZE
      Compressed size of the message in bytes.
    • MESSAGE_ID

      public static final io.opentelemetry.api.common.AttributeKey<Long> MESSAGE_ID
      MUST be calculated as two different counters starting from 1 one for sent messages and one for received message.

      Notes:

      • This way we guarantee that the values will be consistent between different implementations.
    • MESSAGE_TYPE

      public static final io.opentelemetry.api.common.AttributeKey<String> MESSAGE_TYPE
      Whether this is a received or sent message.
    • MESSAGE_UNCOMPRESSED_SIZE

      public static final io.opentelemetry.api.common.AttributeKey<Long> MESSAGE_UNCOMPRESSED_SIZE
      Uncompressed size of the message in bytes.