Skip to content

Commit fec1c05

Browse files
committed
fix the typo in the metadata, clarify the wording, and restore the readme.
1 parent ac1224d commit fec1c05

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

instrumentation/kafka/README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: >
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.
44
configurations:
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
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
description: >
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.

0 commit comments

Comments
 (0)