Table of Contents

Class Telemetry.Metrics.Counters

Namespace
Duende.IdentityServer
Assembly
Duende.IdentityServer.dll

Name of counters.

public static class Telemetry.Metrics.Counters
Inheritance
Telemetry.Metrics.Counters
Inherited Members

Fields

ActiveRequests

public const string ActiveRequests = "tokenservice.active_requests"

Field Value

string

ApiSecretValidation

public const string ApiSecretValidation = "tokenservice.api.secret_validation"

Field Value

string

BackchannelAuthentication

public const string BackchannelAuthentication = "tokenservice.backchannel_authentication"

Field Value

string

ClientConfigValidation

public const string ClientConfigValidation = "tokenservice.client.config_validation"

Field Value

string

ClientSecretValidation

public const string ClientSecretValidation = "tokenservice.client.secret_validation"

Field Value

string

DeviceAuthentication

public const string DeviceAuthentication = "tokenservice.device_authentication"

Field Value

string

DynamicIdentityProviderValidation

public const string DynamicIdentityProviderValidation = "tokenservice.dynamic_identityprovider.validation"

Field Value

string

Introspection

public const string Introspection = "tokenservice.introspection"

Field Value

string

Operation

public const string Operation = "tokenservice.operation"

Field Value

string

PushedAuthorizationRequest

public const string PushedAuthorizationRequest = "tokenservice.pushed_authorization_request"

Field Value

string

ResourceOwnerAuthentication

public const string ResourceOwnerAuthentication = "tokenservice.resourceowner_authentication"

Field Value

string

Revocation

public const string Revocation = "tokenservice.revocation"

Field Value

string

TokenIssued

public const string TokenIssued = "tokenservice.token_issued"

Field Value

string