opentelemetry-java-instrume.../instrumentation/kafka
Lauri Tulmin 31e5eea3bc
Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
2024-08-14 15:50:54 -07:00
..
kafka-clients Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975) 2024-08-14 15:50:54 -07:00
kafka-streams-0.11/javaagent Update kafka docker image (#11938) 2024-08-01 11:42:07 -07:00
README.md Remove deprecated config properties (#10349) 2024-01-31 05:16:50 +00: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.producer-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.