All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.rocketmq.shaded.io.opentelemetry.sdk.resources.package-info Maven / Gradle / Ivy

There is a newer version: 5.0.7
Show newest version
/*
 * Copyright The OpenTelemetry Authors
 * SPDX-License-Identifier: Apache-2.0
 */

/**
 * API for resource information population.
 *
 * 

The resources library primarily defines a type "Resource" that captures information about the * entity for which stats or traces are recorded. For example, metrics exposed by a Kubernetes * container can be linked to a resource that specifies the cluster, namespace, pod, and container * name. * *

Attribute keys, and attribute values MUST contain only printable ASCII (codes between 32 and * 126, inclusive) and less than 256 characters. Type and attribute keys MUST have a length greater * than zero. They SHOULD start with a domain name and separate hierarchies with / characters, e.g. * k8s.io/namespace/name. */ @ParametersAreNonnullByDefault package org.apache.rocketmq.shaded.io.opentelemetry.sdk.resources; import javax.annotation.ParametersAreNonnullByDefault;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy