You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
If we use consumer.consume(num_messages=100)src for receiving messages, ConfluentKafkaInstrumentor doesn't send spans for this.
Hi! It seems like a good issue to start contributing. Can I take it?
The addition of messaging.batch.message_count needs the v1.17.0 of semconv. I cannot add it until this PR is merged, but I can wrap the consume method using the same implementation of poll wrapper if that's okay.
Is your feature request related to a problem?
If we use
consumer.consume(num_messages=100)
src for receiving messages, ConfluentKafkaInstrumentor doesn't send spans for this.Describe the solution you'd like
ConfluentKafkaInstrumentor should wrap
consume
method the same as the poll method.Additional context
We could add
messaging.batch.message_count
to semconv and use it in a span tag. Relates to batch-receiving in opentelemetry-semantic-conventions.The text was updated successfully, but these errors were encountered: