Constant opentelemetry_semantic_conventions::trace::MESSAGE_ID

source ยท
pub const MESSAGE_ID: &str = "message.id";
Expand description

MUST be calculated as two different counters starting from 1 one for sent messages and one for received message.

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