-
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.
In a Kafka Streams application, Punctuators are used to schedule periodic execution.
The stream thread calls an implementation of the [Punctuator Interface] (https://kafka.apache.org/41/javadoc/org/apache/kafka/streams/processor/Punctuator.html) to do whatever needs to be done.
It would be nice to start instrumentation from the Punctuator.punctuate() method.
Describe the solution you'd like
Can the Java agent start a Span from the Punctuator.punctuate() method?
Describe alternatives you've considered
Use a wrapper interface to explicitly start a Span.
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestneeds triageNew issue that requires triageNew issue that requires triage