Is your feature request related to a problem? Please describe.
Here
|
.setCaptureExperimentalSpanAttributes( |
it takes only otel.instrumentation.kafka.experimental-span-attributes from properties. Yet there is also property messagingReceiveInstrumentationEnabled which is not set.
It is required due to it being impossible to set creation of separate span in spring boot autoconfiguration in consumer.
Describe the solution you'd like
I suggest it is set in the same way from property otel.instrumentation.messaging.experimental.receive-telemetry.enabled
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Is your feature request related to a problem? Please describe.
Here
opentelemetry-java-instrumentation/instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/kafka/KafkaInstrumentationAutoConfiguration.java
Line 47 in 8481d9a
it takes only otel.instrumentation.kafka.experimental-span-attributes from properties. Yet there is also property messagingReceiveInstrumentationEnabled which is not set.
It is required due to it being impossible to set creation of separate span in spring boot autoconfiguration in consumer.
Describe the solution you'd like
I suggest it is set in the same way from property otel.instrumentation.messaging.experimental.receive-telemetry.enabled
Describe alternatives you've considered
No response
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.