Class MessageIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.MessageIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<Long>Compressed size of the message in bytes.static final io.opentelemetry.api.common.AttributeKey<Long>MUST be calculated as two different counters starting from1one for sent messages and one for received message.static final io.opentelemetry.api.common.AttributeKey<String>Whether this is a received or sent message.static final io.opentelemetry.api.common.AttributeKey<Long>Uncompressed size of the message in bytes. -
Method Summary
-
Field Details
-
MESSAGE_COMPRESSED_SIZE
Compressed size of the message in bytes. -
MESSAGE_ID
MUST be calculated as two different counters starting from1one for sent messages and one for received message.Notes:
- This way we guarantee that the values will be consistent between different implementations.
-
MESSAGE_TYPE
Whether this is a received or sent message. -
MESSAGE_UNCOMPRESSED_SIZE
Uncompressed size of the message in bytes.
-