opentelemetry-java-instrume.../instrumentation/apache-pulsar/apache-pulsar-2.8
Lauri Tulmin dedc4d312c
Improve pulsar instrumentation (#8007)
- use standard messaging span name
- replace `message.type` with experimental attribute
`messaging.pulsar.message.type`, `message.type` is from rpc semantic
conventions
- replace `net.sock.peer.addr` that was filled with broker url with
`net.peer.name` and `net.peer.port`
2023-03-13 17:22:11 +01:00
..
javaagent Improve pulsar instrumentation (#8007) 2023-03-13 17:22:11 +01:00
javaagent-unit-tests Improve pulsar instrumentation (#8007) 2023-03-13 17:22:11 +01:00
README.md Improve pulsar instrumentation (#8007) 2023-03-13 17:22:11 +01:00

README.md

Settings for the Apache Pulsar instrumentation

System property Type Default Description
otel.instrumentation.apache-pulsar.experimental-span-attributes `Boolean false Enable the capture of experimental span attributes.