Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId Namespace

Classes

ApplicationInsightsApplicationIdProvider

This ApplicationInsightsApplicationIdProvider will query the Application Insights' Breeze endpoint to lookup an Application Id based on Instrumentation Key. This will cache lookup results to prevent repeat queries. This will rely on the Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId.ProfileServiceWrapper and Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId.FailedRequestsManager to record failed requests and block additional failing requests.

DictionaryApplicationIdProvider

Application Id Provider that holds a dictionary of Instrumentation Keys to Application Ids.