Microsoft.Identity.Client.TelemetryCore.OpenTelemetry.NullOtelInstrumentation
namespace Microsoft.Identity.Client.TelemetryCore.OpenTelemetry
{
internal class NullOtelInstrumentation : IOtelInstrumentation
{
public void LogSuccessMetrics(string platform, ApiEvent.ApiIds apiId, string callerSdkId, string callerSdkVersion, CacheLevel cacheLevel, long totalDurationInUs, AuthenticationResultMetadata authResultMetadata, ILoggerAdapter logger);
public void LogFailureMetrics(string platform, string errorCode, ApiEvent.ApiIds apiId, string callerSdkId, string callerSdkVersion, CacheRefreshReason cacheRefreshReason, int tokenType);
public NullOtelInstrumentation();
}
}