* Add kafka client metrics * Spotless * Refactor to general purpose bridge between kafka client metrics and opentelemetry metrics * Include kafka prefix, fix typo * Spotless, update readme with latest metric names * PR feedback * Map rate measureables to gauges instead of up down counters * Spotless, quote attributes, log placeholder * Move metric table printing to test, only retain most granular attribute set * PR feedback * Remove synchornization from metricChange * remove kafka dependency * PR feedback * Fix reset * Adjust configuration pattern to not rely on GlobalOpenTelemetry * Merge into KafkaTelemetry * Relocate readme and fix typo |
||
---|---|---|
.. | ||
kafka-clients-0.11 | ||
kafka-clients-2.6/library | ||
kafka-clients-common/library | ||
README.md |
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. |