You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example code provided above, the BatchSpanProcessor is configured with batch size 5 and the code generates 12 spans without any delay. The idea of the code is to force the BatchSpanProcessor to call the _flush method more than once and have "concurrent" exports of this._finishedSpans.
What did you expect to see?
I expected to see 12 spans in Jaeger.
What did you see instead?
I saw 63 spans in Jaeger.
The text was updated successfully, but these errors were encountered:
Please answer these questions before submitting a bug report.
What version of OpenTelemetry are you using?
0.12.0
What version of Node are you using?
12.16.1
Please provide the code you used to setup the OpenTelemetry SDK
What did you do?
In the example code provided above, the
BatchSpanProcessor
is configured with batch size 5 and the code generates 12 spans without any delay. The idea of the code is to force theBatchSpanProcessor
to call the_flush
method more than once and have "concurrent" exports ofthis._finishedSpans
.What did you expect to see?
I expected to see 12 spans in Jaeger.
What did you see instead?
I saw 63 spans in Jaeger.
The text was updated successfully, but these errors were encountered: