Batch Span Processor and OTLP Exporter Timeouts #1596
Unanswered
arielvalentin
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
According to the specification, the batching processor may have a configurable timeout parameter1:
In addition to that the OTLP Exporter also supports a configurable timeout parameter2:
Though these settings are defined independently of one another, the Ruby implementation will always use the timeouts configured by the Batch Span Processor when used in conjunction with the OTLP Exporter:
opentelemetry-ruby/sdk/lib/opentelemetry/sdk/trace/export/batch_span_processor.rb
Line 188 in fee921b
Is there somewhere in the specification that states the Batch Span Exporter timeout should override the OTLP Exporter timeout or what the behavior should be when used together?
Footnotes
https://opentelemetry.io/docs/specs/otel/trace/sdk/#batching-processor ↩
https://opentelemetry.io/docs/specs/otel/protocol/exporter/#configuration-options ↩
Beta Was this translation helpful? Give feedback.
All reactions