messaging.kafka.cluster.id
Developmentstringas of v1.44.0
The Kafka cluster ID, obtained from the broker metadata exposed through the Kafka client (or AdminClient) API.
The cluster ID is a unique identifier reported by the Kafka broker. It identifies the cluster independently of the individual brokers the client is configured to connect to, and remains stable even if broker hostnames, IP addresses, or ports change.
Examples
- MkU3OEVBNTcwNTJENDM2Qk
Used by
spans (5)
- messaging.process.consumer
- messaging.receive.client
- messaging.send.client
- messaging.send.producer
- messaging.settle.client
* required on that signal.
History
Added as development.