- Namespace
- Microsoft.ApplicationInsights.Extensibility
- Assembly
- Microsoft.ApplicationInsights.dll
public sealed class AutocollectedMetricsExtractor : ITelemetryProcessor, ITelemetryModule, IDisposable
- Inheritance
-
AutocollectedMetricsExtractor
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
public AutocollectedMetricsExtractor(ITelemetryProcessor nextProcessorInPipeline)
Parameters
nextProcessorInPipeline
ITelemetryProcessor
Properties
public int MaxDependencyCloudRoleInstanceValuesToDiscover { get; set; }
Property Value
- int
public int MaxDependencyCloudRoleNameValuesToDiscover { get; set; }
Property Value
- int
public int MaxDependencyResultCodesToDiscover { get; set; }
Property Value
- int
public int MaxDependencyTargetValuesToDiscover { get; set; }
Property Value
- int
public int MaxDependencyTypesToDiscover { get; set; }
Property Value
- int
public int MaxExceptionCloudRoleInstanceValuesToDiscover { get; set; }
Property Value
- int
public int MaxExceptionCloudRoleNameValuesToDiscover { get; set; }
Property Value
- int
public int MaxRequestCloudRoleInstanceValuesToDiscover { get; set; }
Property Value
- int
public int MaxRequestCloudRoleNameValuesToDiscover { get; set; }
Property Value
- int
public int MaxRequestResponseCodeValuesToDiscover { get; set; }
Property Value
- int
public int MaxTraceCloudRoleInstanceValuesToDiscover { get; set; }
Property Value
- int
public int MaxTraceCloudRoleNameValuesToDiscover { get; set; }
Property Value
- int
Methods
public void Initialize(TelemetryConfiguration configuration)
Parameters
configuration
TelemetryConfiguration
public void Process(ITelemetry item)
Parameters
item
ITelemetry