-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triage
Description
Is your feature request related to a problem? Please describe.
Existing Kafka instrumentation does not capture any server/network details. So in case I have multiple kafka clusters in my application, I cannot differentiate between them.I also don't know either which nodes the operation is performed on. Meanwhile, this is relatively important for constructing the service topology graph.
Describe the solution you'd like
Add messaging.kafka.bootstrap.servers attribute to Kafka instrumentation that should:
- Extract
bootstrap.serversinformation from Kafka client configurations - Include this attribute in all relevant spans (producer spans, consumer process spans, consumer receive spans)
Describe alternatives you've considered
No response
Additional context
This feature request is related to #10647
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triage