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
Alternatively, hooks could be provided in the span processors and exporters to allow reporting these metrics. E.g. some may wish to log them instead, and indeed we do this currently in an ad-hoc fashion:
At least the following metrics are useful.
In exporters:
export.failure
- counts failed export requestsexport.success
- counts successful export requestsexport.spans
- counts spans successfully exportedIn
BatchSpanProcessor
andSimpleSpanProcessor
:dropped_spans
- counts spans permanently droppedAlternatively, hooks could be provided in the span processors and exporters to allow reporting these metrics. E.g. some may wish to log them instead, and indeed we do this currently in an ad-hoc fashion:
opentelemetry-ruby/sdk/lib/opentelemetry/sdk/trace/export/batch_span_processor.rb
Lines 127 to 129 in 6f6127e
opentelemetry-ruby/sdk/lib/opentelemetry/sdk/trace/export/simple_span_processor.rb
Lines 51 to 53 in 6f6127e
The text was updated successfully, but these errors were encountered: