Interface OpenTelemetryMetricsConfigSupplier

  • All Known Implementing Classes:
    OpenTelemetryExtensionConfiguration

    public interface OpenTelemetryMetricsConfigSupplier
    When contributing a metrics configuration extension to this module, this exported supplier interface can help acquire instance of metrics provider configuration in extensions. This should be implemented by classes annotated with @Configuration. Example use case, acquiring this in operations implemented by the extension.