Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f1410 commit b085f37Copy full SHA for b085f37
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_queue_size."
+ "max_export_batch_size must be less than or equal to max_queue_size."
124
)
125
126
self.span_exporter = span_exporter
0 commit comments