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

LF should reply only when config changes occur #18

Closed lmolkova closed 6 years ago

lmolkova commented 6 years ago

Exporter keeps sending config until LF replies with config. It leads to endless loop between exporter/agent.

To prevent it, dor now, we'll not write it to the response stream. In future, we may consider holding response and push config when it changes back to the exporter.