File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
instrumentation/kafka/kafka-clients Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change
1
+ description : >
2
+ This instrumentation provides messaging 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.
1
4
configurations :
2
5
- name : otel.instrumentation.kafka.producer-propagation.enabled
3
6
description : Enable context propagation for kafka message producers.
@@ -7,3 +10,11 @@ configurations:
7
10
description : Enables the capture of the experimental consumer attribute "kafka.record.queue_time_ms"
8
11
type : boolean
9
12
default : false
13
+ - name : otel.instrumentation.messaging.experimental.capture-headers
14
+ description : A comma-separated list of header names 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 Kafka 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 messaging spans and metrics for Apache Kafka 2.6+ clients.
You can’t perform that action at this time.
0 commit comments