microsoft / ApplicationInsights-LocalForwarder

Local Forwarder is an agent that collects Application Insights or OpenCensus telemetry from a variety of SDKs and routes it to the Application Insights backend.
MIT License
28 stars 19 forks source link

Local Forwarder does not work correctly with Span requests #31

Closed lmolkova closed 5 years ago

lmolkova commented 5 years ago

It never writes a response, therefore attempt to stream Spans without closing connection after each span does not work.

LocalForwarder should write to response stream after each span received similarly to how it does it for config requests.

lmolkova commented 5 years ago

this is not correct, and streams actually works fine