Skip to content

Commit b085f37

Browse files
jonahrosenblumlzchentoumorokoshi
authored
fix typo in BatchExportSpanProcessor value error (open-telemetry#897)
Co-authored-by: Leighton Chen <lechen@microsoft.com> Co-authored-by: Yusuke Tsutsumi <yusuke@tsutsumi.io>
1 parent e0f1410 commit b085f37

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/trace/export

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def __init__(
120120

121121
if max_export_batch_size > max_queue_size:
122122
raise ValueError(
123-
"max_export_batch_size must be less than and equal to max_queue_size."
123+
"max_export_batch_size must be less than or equal to max_queue_size."
124124
)
125125

126126
self.span_exporter = span_exporter

0 commit comments

Comments
 (0)