We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93e7db8 commit e0fd435Copy full SHA for e0fd435
opentelemetry-sdk/src/opentelemetry/sdk/trace/export/__init__.py
@@ -120,7 +120,7 @@ def __init__(
120
121
if max_export_batch_size > max_queue_size:
122
raise ValueError(
123
- "max_export_batch_size must be less than and equal to max_export_batch_size."
+ "max_export_batch_size must be less than and equal to max_queue_size."
124
)
125
126
self.span_exporter = span_exporter
0 commit comments