io.opentelemetry.sdk.autoconfigure.spi.metrics.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-sdk-extension-autoconfigure-spi Show documentation
Show all versions of opentelemetry-sdk-extension-autoconfigure-spi Show documentation
OpenTelemetry SDK Auto-configuration SPI
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Java SPI (Service Provider Interface) for implementing extensions to SDK autoconfiguration of
* metrics.
*/
@ParametersAreNonnullByDefault
package io.opentelemetry.sdk.autoconfigure.spi.metrics;
import javax.annotation.ParametersAreNonnullByDefault;