Skip to content

Commit fcecf41

Browse files
vuuihcfbogsany
andauthored
Fix wrong comments for parameters exporter_timeout and schedule_delay (#1277)
Signed-off-by: vuuihc <[email protected]> Co-authored-by: Francis Bogsanyi <[email protected]>
1 parent 6fed21d commit fcecf41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/lib/opentelemetry/sdk/trace/export/batch_span_processor.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ class BatchSpanProcessor # rubocop:disable Metrics/ClassLength
3030
#
3131
# @param [SpanExporter] exporter the (duck type) SpanExporter to where the
3232
# recorded Spans are pushed after batching.
33-
# @param [Numeric] exporter_timeout the delay interval between two
34-
# consecutive exports. Defaults to the value of the OTEL_BSP_EXPORT_TIMEOUT
33+
# @param [Numeric] exporter_timeout the maximum allowed time to export data.
34+
# Defaults to the value of the OTEL_BSP_EXPORT_TIMEOUT
3535
# environment variable, if set, or 30,000 (30 seconds).
36-
# @param [Numeric] schedule_delay the maximum allowed time to export data.
36+
# @param [Numeric] schedule_delay the delay interval between two consecutive exports.
3737
# Defaults to the value of the OTEL_BSP_SCHEDULE_DELAY environment
3838
# variable, if set, or 5,000 (5 seconds).
3939
# @param [Integer] max_queue_size the maximum queue size in spans.

0 commit comments

Comments
 (0)