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
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.