public AppInsightsDataProvider(OperationDataCache cache, AppInsightsDataProviderConfiguration configuration) : base(cache)
 {
     _configuration     = configuration;
     _appInsightsClient = new AppInsightsClient(_configuration);
     Metadata           = new DataProviderMetadata
     {
         ProviderName = "AppInsights"
     };
 }
コード例 #2
0
 public AppInsightsDataProvider(OperationDataCache cache, AppInsightsDataProviderConfiguration configuration) : base(cache)
 {
     _configuration     = configuration;
     _appInsightsClient = new AppInsightsClient(_configuration);
 }