C# 클래스 Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.Implementation.WebAppPerformanceCollector.RawCounterGauge

Gauge that gives the user an aggregate of requested counters in a cache.
상속: ICounterValue
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server 1 사용 예제들

공개 메소드들

메소드 설명
GetValueAndReset ( ) : double

Returns the current value of the counter as a and resets the metric.

RawCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable ) : Microsoft.ApplicationInsights.DataContracts

Initializes a new instance of the RawCounterGauge class.

비공개 메소드들

메소드 설명
RawCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable, ICachedEnvironmentVariableAccess cache ) : Microsoft.ApplicationInsights.DataContracts

메소드 상세

GetValueAndReset() 공개 메소드

Returns the current value of the counter as a and resets the metric.
public GetValueAndReset ( ) : double
리턴 double

RawCounterGauge() 공개 메소드

Initializes a new instance of the RawCounterGauge class.
public RawCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable ) : Microsoft.ApplicationInsights.DataContracts
name string Name of counter variable.
jsonId string JSON identifier of the counter variable.
environmentVariable AzureWebApEnvironmentVariables Identifier of the environment variable.
리턴 Microsoft.ApplicationInsights.DataContracts