@@ -5536,6 +5536,35 @@ libraries:
55365536 Enables experimental receive telemetry, which will cause consumers to start a new trace, with only a span link connecting it to the producer trace.
55375537 type : boolean
55385538 default : false
5539+ - name : kafka-connect-2.6
5540+ description : This instrumentation enables messaging spans for Kafka Connect sink
5541+ tasks.
5542+ semantic_conventions :
5543+ - MESSAGING_SPANS
5544+ library_link : https://kafka.apache.org/documentation/#connect
5545+ source_path : instrumentation/kafka/kafka-connect-2.6
5546+ scope :
5547+ name : io.opentelemetry.kafka-connect-2.6
5548+ target_versions :
5549+ javaagent :
5550+ - org.apache.kafka:connect-api:[2.6.0,)
5551+ telemetry :
5552+ - when : default
5553+ spans :
5554+ - span_kind : CONSUMER
5555+ attributes :
5556+ - name : messaging.batch.message_count
5557+ type : LONG
5558+ - name : messaging.destination.name
5559+ type : STRING
5560+ - name : messaging.operation
5561+ type : STRING
5562+ - name : messaging.system
5563+ type : STRING
5564+ - name : thread.id
5565+ type : LONG
5566+ - name : thread.name
5567+ type : STRING
55395568 - name : kafka-streams-0.11
55405569 library_link : https://kafka.apache.org/documentation/streams/
55415570 source_path : instrumentation/kafka/kafka-streams-0.11
@@ -7663,9 +7692,9 @@ libraries:
76637692 - org.springframework.security:spring-security-config:[6.0.0,]
76647693 library :
76657694 - io.projectreactor:reactor-core:3.5.0
7695+ - jakarta.servlet:jakarta.servlet-api:[6.0.0,6.1.0)
76667696 - org.springframework.security:spring-security-config:6.0.0
76677697 - org.springframework:spring-web:6.0.0
7668- - jakarta.servlet:jakarta.servlet-api:6.0.0
76697698 - org.springframework.security:spring-security-web:6.0.0
76707699 configurations :
76717700 - name : otel.instrumentation.common.enduser.id.enabled
0 commit comments