C# 클래스 Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.QuickPulse.QuickPulseDataAccumulator

DTO containing data we collect from AI. Modified in real time.
This is performance-critical DTO that needs to be quickly accessed in a thread-safe manner.
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AIDependencyCallCountAndDurationInTicks long
AIDependencyCallFailureCount long
AIDependencyCallSuccessCount long
AIExceptionCount long
AIRequestCountAndDurationInTicks long
AIRequestFailureCount long
AIRequestSuccessCount long
EndTimestamp DateTimeOffset?
StartTimestamp DateTimeOffset?

공개 메소드들

메소드 설명
DecodeCountAndDuration ( long countAndDuration ) : long>.Tuple
EncodeCountAndDuration ( long count, long duration ) : long

메소드 상세

DecodeCountAndDuration() 공개 정적인 메소드

public static DecodeCountAndDuration ( long countAndDuration ) : long>.Tuple
countAndDuration long
리턴 long>.Tuple

EncodeCountAndDuration() 공개 정적인 메소드

public static EncodeCountAndDuration ( long count, long duration ) : long
count long
duration long
리턴 long

프로퍼티 상세

AIDependencyCallCountAndDurationInTicks 공개적으로 프로퍼티

public long AIDependencyCallCountAndDurationInTicks
리턴 long

AIDependencyCallFailureCount 공개적으로 프로퍼티

public long AIDependencyCallFailureCount
리턴 long

AIDependencyCallSuccessCount 공개적으로 프로퍼티

public long AIDependencyCallSuccessCount
리턴 long

AIExceptionCount 공개적으로 프로퍼티

public long AIExceptionCount
리턴 long

AIRequestCountAndDurationInTicks 공개적으로 프로퍼티

public long AIRequestCountAndDurationInTicks
리턴 long

AIRequestFailureCount 공개적으로 프로퍼티

public long AIRequestFailureCount
리턴 long

AIRequestSuccessCount 공개적으로 프로퍼티

public long AIRequestSuccessCount
리턴 long

EndTimestamp 공개적으로 프로퍼티

public DateTimeOffset? EndTimestamp
리턴 DateTimeOffset?

StartTimestamp 공개적으로 프로퍼티

public DateTimeOffset? StartTimestamp
리턴 DateTimeOffset?