File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 11# Settings for the Kafka instrumentation
22
3- | System property | Type | Default | Description |
4- | -----------------------------------------------------------| ------- | ---------| --------------------------------------------------------------------------------------------------------------------------------|
5- | ` otel.instrumentation.kafka.experimental-span-attributes ` | Boolean | ` false ` | Enable the capture of experimental span attributes. |
6- | ` otel.instrumentation.kafka.producer-propagation.enabled ` | Boolean | ` true ` | Enable context propagation for kafka message producer. |
3+ | System property | Type | Default | Description |
4+ | -----------------------------------------------------------| ---------| ---------| ----------------------------------------------------------------------------|
5+ | ` otel.instrumentation.kafka.experimental-span-attributes ` | Boolean | ` false ` | Enable the capture of experimental span attributes. |
6+ | ` otel.instrumentation.kafka.producer-propagation.enabled ` | Boolean | ` true ` | Enable context propagation for kafka message producer. |
7+ | ` otel.instrumentation.messaging.experimental.capture-headers ` | List | Empty | Enable the capture of experimental headers in messaging systems. |
8+ | ` otel.instrumentation.messaging.experimental.receive-telemetry.enabled ` | Boolean | ` false ` | Enable the capture of experimental receive telemetry in messaging systems. |
9+ ---------
Original file line number Diff line number Diff line change 1+ description : >
2+ This instrumentation provides producer and consumer spans and metrics for Apache Kafka 0.11 clients.
3+ It automatically traces message production and consumption, propagates context, and emits metrics for production and consumption.
14configurations :
25 - name : otel.instrumentation.kafka.producer-propagation.enabled
36 description : Enable context propagation for kafka message producers.
@@ -7,3 +10,11 @@ configurations:
710 description : Enables the capture of the experimental consumer attribute "kafka.record.queue_time_ms"
811 type : boolean
912 default : false
13+ - name : otel.instrumentation.messaging.experimental.capture-headers
14+ description : Allows configuring headers to capture as span attributes.
15+ type : list
16+ default : ' '
17+ - name : otel.instrumentation.messaging.experimental.receive-telemetry.enabled
18+ description : Enables experimental receive telemetry for AWS SDK instrumentation.
19+ type : boolean
20+ default : false
Original file line number Diff line number Diff line change 1+ description : >
2+ This instrumentation provides a library integeration that enables producer and consumer spans and metrics for Apache Kafka 2.6+ clients.
You can’t perform that action at this time.
0 commit comments