From 747949f10fd858d49b82fb24bfe455606aae3737 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Wed, 6 Aug 2025 02:03:56 +0000 Subject: [PATCH] chore: update instrumentation list [automated] --- docs/instrumentation-list.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/instrumentation-list.yaml b/docs/instrumentation-list.yaml index 40a5d44c4289..93f3892ce60c 100644 --- a/docs/instrumentation-list.yaml +++ b/docs/instrumentation-list.yaml @@ -4776,12 +4776,10 @@ libraries: type: boolean default: false telemetry: - - when: otel.instrumentation.kafka.experimental-span-attributes=true + - when: default spans: - span_kind: CONSUMER attributes: - - name: kafka.record.queue_time_ms - type: LONG - name: messaging.batch.message_count type: LONG - name: messaging.client_id @@ -4802,10 +4800,12 @@ libraries: type: STRING - name: messaging.system type: STRING - - when: default + - when: otel.instrumentation.kafka.experimental-span-attributes=true spans: - span_kind: CONSUMER attributes: + - name: kafka.record.queue_time_ms + type: LONG - name: messaging.batch.message_count type: LONG - name: messaging.client_id