com.aliyun.openservices.shade.io.opentelemetry.api.baggage.package-info Maven / Gradle / Ivy
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
/**
* API for associating entries with scoped operations.
*
* This package manages a set of entries in the {@link com.aliyun.openservices.shade.com.aliyun.openservices.shade.io.opentelemetry.context.Context}. The
* entries can be used to label anything that is associated with a specific operation. For example,
* the {@code opentelemetry.stats} package labels all stats with the current entries.
*
*
Note that entries are independent of the tracing data that is propagated in the {@link
* com.aliyun.openservices.shade.com.aliyun.openservices.shade.io.opentelemetry.context.Context}, such as trace ID.
*/
// TODO: Add code examples.
@ParametersAreNonnullByDefault
package com.aliyun.openservices.shade.com.aliyun.openservices.shade.io.opentelemetry.api.baggage;
import javax.annotation.ParametersAreNonnullByDefault;