Interface MeterProvider

    • Method Detail

      • get

        default Meter get​(java.lang.String instrumentationScopeName)
        Gets or creates a named Meter instance.
        Parameters:
        instrumentationScopeName - A name uniquely identifying the instrumentation scope, such as the instrumentation library, package, or fully qualified class name. Must not be null.
        Returns:
        a Meter instance.
      • meterBuilder

        MeterBuilder meterBuilder​(java.lang.String instrumentationScopeName)
        Creates a MeterBuilder for a named Meter instance.
        Parameters:
        instrumentationScopeName - A name uniquely identifying the instrumentation scope, such as the instrumentation library, package, or fully qualified class name. Must not be null.
        Returns:
        a MeterBuilder instance.