opentelemetry-java-instrume.../instrumentation/kafka/kafka-clients
Trask Stalnaker 1077258263
Add InternalJavadoc custom error prone check (#5277)
* Add InternalJavadoc custom error prone check

* Add example usage

* Move to conventions

* Revert "Move to conventions"

This reverts commit d8a8209b59.

* Just get it working

* Clearer error message

* versions

* Apply almost everywhere

* feedback

* Always at the end of javadoc

* Fix test

* Missed (at least) one

* No longer internal

* Fix NPE

* Spotless

* Convert awslambda Java test to JUnit 5 so can reduce visibility

* Reduce visibility

* Rename the check

* More

* Move into errorprone-convention

* Fix UserExcludedClassesConfigurerTest
2022-02-01 17:54:57 -08:00
..
kafka-clients-0.11 Fix more lint warnings (#5174) 2022-01-20 12:48:46 +09:00
kafka-clients-2.6/library Fix some java lint warnings (#5120) 2022-01-17 10:26:03 -08:00
kafka-clients-common/library Add InternalJavadoc custom error prone check (#5277) 2022-02-01 17:54:57 -08: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.