Class MessageIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.MessageIncubatingAttributes
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDeprecated.Deprecated, use `rpc.message.type` instead. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `rpc.message.compressed_size` instead.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `rpc.message.id` instead.static final io.opentelemetry.api.common.AttributeKey<String>Deprecated.Deprecated, use `rpc.message.type` instead.static final io.opentelemetry.api.common.AttributeKey<Long>Deprecated.Deprecated, use `rpc.message.uncompressed_size` instead. -
Method Summary
-
Field Details
-
MESSAGE_COMPRESSED_SIZE
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> MESSAGE_COMPRESSED_SIZEDeprecated.Deprecated, use `rpc.message.compressed_size` instead.Deprecated, userpc.message.compressed_sizeinstead. -
MESSAGE_ID
Deprecated.Deprecated, use `rpc.message.id` instead.Deprecated, userpc.message.idinstead. -
MESSAGE_TYPE
Deprecated.Deprecated, use `rpc.message.type` instead.Deprecated, userpc.message.typeinstead. -
MESSAGE_UNCOMPRESSED_SIZE
@Deprecated public static final io.opentelemetry.api.common.AttributeKey<Long> MESSAGE_UNCOMPRESSED_SIZEDeprecated.Deprecated, use `rpc.message.uncompressed_size` instead.Deprecated, userpc.message.uncompressed_sizeinstead.
-