io.opentelemetry.exporter.internal.otlp.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opentelemetry-exporter-otlp-common Show documentation
Show all versions of opentelemetry-exporter-otlp-common Show documentation
OpenTelemetry Protocol Exporter
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Utilities for working with the OTLP format.
*
* This class is internal and is hence not for public use. Its APIs are unstable and can change
* at any time.
*/
@ParametersAreNonnullByDefault
package io.opentelemetry.exporter.internal.otlp;
import javax.annotation.ParametersAreNonnullByDefault;