C# 클래스 Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer

Telemetry Initializer that parses http dependencies into well-known types like Azure Storage.
상속: ITelemetryInitializer
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ITelemetry telemetry ) : void

If telemetry item is http dependency - converts it to the well-known type of the dependency.

비공개 메소드들

메소드 설명
TryParseAzureBlob ( string host, string name, string url, string &account, string &verb, string &container ) : bool
TryParseAzureQueue ( string host, string name, string url, string &account, string &verb, string &queueName ) : bool
TryParseAzureTable ( string host, string name, string url, string &account, string &verb, string &tableName ) : bool

메소드 상세

Initialize() 공개 메소드

If telemetry item is http dependency - converts it to the well-known type of the dependency.
public Initialize ( ITelemetry telemetry ) : void
telemetry ITelemetry Telemetry item to convert.
리턴 void