Microsoft.ApplicationInsights.Extensibility.Implementation.ApplicationId Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Azure SDK for .NET