census-instrumentation / opencensus-csharp

Distributed tracing and stats collecting framework
https://opencensus.io
Apache License 2.0
139 stars 32 forks source link

Ocagent exporter: Send spans in batches and stream export requests #60

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

Improves ocagent exporter: sends spans in batches (while available and up to 32 spans) and does not close trace export request stream on each send.