Skip to content

Commit c9bad11

Browse files
committed
merge main
1 parent 15c1fd0 commit c9bad11

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/instrumentation-list.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2441,6 +2441,8 @@ libraries:
24412441
- org.apache.tomcat:tomcat-jasper:[7.0.19,10)
24422442
kafka:
24432443
- name: kafka-clients-0.11
2444+
description: |
2445+
This instrumentation provides messaging spans and metrics for Apache Kafka 0.11 clients. It automatically traces message production and consumption, propagates context, and emits metrics for production and consumption.
24442446
source_path: instrumentation/kafka/kafka-clients/kafka-clients-0.11
24452447
scope:
24462448
name: io.opentelemetry.kafka-clients-0.11
@@ -2456,7 +2458,17 @@ libraries:
24562458
description: Enables the capture of the experimental consumer attribute "kafka.record.queue_time_ms"
24572459
type: boolean
24582460
default: false
2461+
- name: otel.instrumentation.messaging.experimental.capture-headers
2462+
description: A comma-separated list of header names to capture as span attributes.
2463+
type: list
2464+
default: ''
2465+
- name: otel.instrumentation.messaging.experimental.receive-telemetry.enabled
2466+
description: Enables experimental receive telemetry for Kafka instrumentation.
2467+
type: boolean
2468+
default: false
24592469
- name: kafka-clients-2.6
2470+
description: |
2471+
This instrumentation provides a library integeration that enables messaging spans and metrics for Apache Kafka 2.6+ clients.
24602472
source_path: instrumentation/kafka/kafka-clients/kafka-clients-2.6
24612473
scope:
24622474
name: io.opentelemetry.kafka-clients-2.6
@@ -4212,6 +4224,10 @@ internal:
42124224
source_path: instrumentation/internal/internal-reflection
42134225
scope:
42144226
name: io.opentelemetry.internal-reflection
4227+
- name: opentelemetry-api-1.52
4228+
source_path: instrumentation/opentelemetry-api/opentelemetry-api-1.52
4229+
scope:
4230+
name: io.opentelemetry.opentelemetry-api-1.52
42154231
- name: opentelemetry-instrumentation-api
42164232
source_path: instrumentation/opentelemetry-instrumentation-api
42174233
scope:

0 commit comments

Comments
 (0)