-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mismatch temporality in BatchSpanProcessor Debug message #2620
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
To start this conversation I want to point out that this is a Debug log message, to help scope the required time to put into this. The dropped spans is only updated when The log message was put before ExportSpan() so there would be a log message in cases where the exporter hangs or doesn't respect the ctx. That being the case we won't know how many spans were dropped by this export. I see three simple solutions:
|
Can we change the label to |
Option 3) looks like an easy to implement, yet usable solution |
To hopefully not stall this too long, I will create a PR to rename the label to |
Currently, the debug message in the BatchSpanProcessor reports two different temporalities of metrics.
This issue is to discuss and track changes to BSP and its debug message.
Found in #2615
Originally posted by @MrAlias in #2615 (comment)
The text was updated successfully, but these errors were encountered: