File tree Expand file tree Collapse file tree 3 files changed +8
-11
lines changed
Expand file tree Collapse file tree 3 files changed +8
-11
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. |
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- ---------
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. |1
Original file line number Diff line number Diff line change 11description : >
2- This instrumentation provides producer and consumer spans and metrics for Apache Kafka 0.11 clients.
2+ This instrumentation provides messaging spans and metrics for Apache Kafka 0.11 clients.
33 It automatically traces message production and consumption, propagates context, and emits metrics for production and consumption.
44configurations :
55 - name : otel.instrumentation.kafka.producer-propagation.enabled
@@ -11,10 +11,10 @@ configurations:
1111 type : boolean
1212 default : false
1313 - name : otel.instrumentation.messaging.experimental.capture-headers
14- description : Allows configuring headers to capture as span attributes.
14+ description : A comma-separated list of header names to capture as span attributes.
1515 type : list
1616 default : ' '
1717 - name : otel.instrumentation.messaging.experimental.receive-telemetry.enabled
18- description : Enables experimental receive telemetry for AWS SDK instrumentation.
18+ description : Enables experimental receive telemetry for Kafka instrumentation.
1919 type : boolean
2020 default : false
Original file line number Diff line number Diff line change 11description : >
2- This instrumentation provides a library integeration that enables producer and consumer spans and metrics for Apache Kafka 2.6+ clients.
2+ This instrumentation provides a library integeration that enables messaging spans and metrics for Apache Kafka 2.6+ clients.
You can’t perform that action at this time.
0 commit comments