Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patkleef/a4310fb87d7809bdbcc675f6540f360d to your computer and use it in GitHub Desktop.
Save patkleef/a4310fb87d7809bdbcc675f6540f360d to your computer and use it in GitHub Desktop.
Application Insights Blog - ApplicationInsightsTelemetryProcessors.config
<TelemetryProcessors>
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector" />
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
</Add>
<Add Type="ApplicationInsightDemoSite.NotFoundFilter, ApplicationInsightDemoSite" />
</TelemetryProcessors>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment