opentelemetry-java-instrume.../instrumentation/kafka
Lauri Tulmin a43ac68d51
Document instrumentation flags (#10156)
2024-01-04 07:49:10 -08:00
..
kafka-clients Add missing kafka-clients instrumentation description (#9621) 2023-12-21 12:33:15 +02:00
kafka-streams-0.11/javaagent Rewrite @Advice.Enter for indy advice (#9887) 2023-11-17 07:49:19 -08:00
README.md Document instrumentation flags (#10156) 2024-01-04 07:49:10 -08:00

README.md

Settings for the Kafka 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 Enable context propagation for kafka message producer.
otel.instrumentation.kafka.metric-reporter.enabled Boolean true Enable kafka consumer and producer metrics. Deprecated, disable instrumentation with name kafka-clients-metrics instead.