opentelemetry_semantic_conventions::attribute

Constant RPC_MESSAGE_ID

source
pub const RPC_MESSAGE_ID: &str = "rpc.message.id";
Expand description

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