opentelemetry-java-instrume.../instrumentation/kafka/kafka-clients
Mateusz Rzeszutek 50f91e6dee
Deprecate AttributesExtractor#set() method (#5749)
* Deprecate AttributesExtractor#set() method

* code review comments
2022-04-05 20:20:02 -07:00
..
kafka-clients-0.11 Run check during testing and assemble during building (#5619) 2022-03-18 13:48:51 +09:00
kafka-clients-2.6/library Library instrumentation should read its version from a file (#5692) 2022-04-04 11:52:23 -07:00
kafka-clients-common/library Deprecate AttributesExtractor#set() method (#5749) 2022-04-05 20:20:02 -07:00
README.md Add settings docs for instrumentations (#4981) 2022-01-03 10:24:48 -08:00

README.md

Settings for the Kafka client instrumentation

System property Type Default Description
otel.instrumentation.kafka.experimental-span-attributes Boolean false Enable the capture of experimental span attributes.
otel.instrumentation.kafka.client-propagation.enabled Boolean true Enables remote context propagation via Kafka message headers.