Skip to content

Commit 5b67c8b

Browse files
authored
add missing configurations to the kafka documents (#14225)
1 parent 57301ca commit 5b67c8b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

instrumentation/kafka/kafka-clients/kafka-clients-0.11/metadata.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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.
14
configurations:
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: 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
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
description: >
2+
This instrumentation provides a library integeration that enables messaging spans and metrics for Apache Kafka 2.6+ clients.

0 commit comments

Comments
 (0)