<PackageReference Include="Microsoft.Identity.Client" Version="4.85.1" />

Microsoft.Identity.Client.Metrics

public class Metrics
MSAL-wide metrics.
public static long TotalAccessTokensFromBroker { get; }

Total tokens obtained by MSAL from broker.

public static long TotalAccessTokensFromCache { get; }

Total tokens obtained by MSAL from cache.

public static long TotalAccessTokensFromIdP { get; }

Total tokens obtained by MSAL from the identity provider.

public static long TotalDurationInMs { get; }

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