예제 #1
0
 private IAsyncCollector <ApplicationInsightsTag> BuildCollector(ApplicationInsightsContextAttribute attribute)
 {
     return(new ApplicationInsightsContext
     {
         InstrumentationKey = _telemetryConfig.InstrumentationKey,
     });
 }
예제 #2
0
 private ApplicationInsightsTag BuildItemFromAttribute(ApplicationInsightsContextAttribute arg)
 {
     return(new ApplicationInsightsTag {
         Id = Activity.Current.Id, Tags = new List <Tag>()
     });
 }