Méthode | Description | |
---|---|---|
GetValueAndReset ( ) : double |
Computes the rate of a specific counter by tracking the last collected time and value.
|
|
RateCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable, ICounterValue counter = null ) : System |
Initializes a new instance of the RateCounterGauge class.
|
Méthode | Description | |
---|---|---|
RateCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable, ICounterValue counter, ICachedEnvironmentVariableAccess cache ) : System |
Initializes a new instance of the RateCounterGauge class. This constructor is intended for Unit Tests.
|
public RateCounterGauge ( string name, string jsonId, AzureWebApEnvironmentVariables environmentVariable, ICounterValue counter = null ) : System | ||
name | string | Name of counter variable. |
jsonId | string | JSON identifier of the counter variable. |
environmentVariable | AzureWebApEnvironmentVariables | Identifier of the corresponding environment variable. |
counter | ICounterValue | Dependant counter. |
Résultat | System |