Metrics Class

Definition

MSAL-wide metrics.

public class Metrics
type Metrics = class
Public Class Metrics
Inheritance
Metrics

Properties

TotalAccessTokensFromBroker

Total tokens obtained by MSAL from broker.

TotalAccessTokensFromCache

Total tokens obtained by MSAL from cache.

TotalAccessTokensFromIdP

Total tokens obtained by MSAL from the identity provider.

TotalDurationInMs

Total time, in milliseconds, spent in MSAL for all requests. Aggregate of DurationTotalInMs.

Applies to