All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.kiota.authentication.ObservabilityOptions Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.microsoft.kiota.authentication;

import jakarta.annotation.Nonnull;

/** Holds the tracing, metrics and logging configuration for the authentication provider adapter */
public class ObservabilityOptions {
    /** default constructor */
    public ObservabilityOptions() {}

    /**
     * Gets the instrumentation name for the tracer
     * @return the instrumentation name for the tracer
     */
    @Nonnull public String getTracerInstrumentationName() {
        return "com.microsoft.kiota.authentication:microsoft-kiota-authentication-azure";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy