Skip to content

Commit

Permalink
fix: Fix error message (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco authored May 26, 2020
1 parent 93e7db8 commit e0fd435
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(

if max_export_batch_size > max_queue_size:
raise ValueError(
"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."
)

self.span_exporter = span_exporter
Expand Down

0 comments on commit e0fd435

Please sign in to comment.