public final class ResourceAttributes
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CLOUD_ACCOUNT
The cloud account id used to identify different entities.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CLOUD_PROVIDER
Name of the cloud provider.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CLOUD_REGION
A specific geographical location where different entities can run.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CLOUD_ZONE
Zones are a sub set of the region connected through low-latency links.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CONTAINER_ID
Container id.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CONTAINER_IMAGE_NAME
Name of the image the container was built on.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CONTAINER_IMAGE_TAG
Container image tag.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
CONTAINER_NAME
Container name.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
FAAS_ID
The unique ID of the function being executed.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
FAAS_INSTANCE
The execution environment ID as a string.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
FAAS_NAME
The name of the function being executed.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
FAAS_VERSION
The version string of the function being executed.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_HOSTNAME
Hostname of the host.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_ID
Unique host id.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_IMAGE_ID
VM image id.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_IMAGE_NAME
Name of the VM image or OS install the host was instantiated from.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_IMAGE_VERSION
The version string of the VM image.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_NAME
Name of the host.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
HOST_TYPE
Type of host.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
K8S_CLUSTER
The name of the cluster that the pod is running in.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
K8S_DEPLOYMENT
The name of the deployment.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
K8S_NAMESPACE
The name of the namespace that the pod is running in.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
K8S_POD
The name of the pod.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
LIBRARY_LANGUAGE
The language of telemetry library and of the code instrumented with it.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
LIBRARY_NAME
The name of the telemetry library.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
LIBRARY_VERSION
The version string of the library.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
OS_DESCRIPTION
Human readable information about the OS version, e.g.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
OS_NAME
The operating system type, such as
"WINDOWS" , "DARWIN" , "LINUX" . |
static io.opentelemetry.common.AttributeKey<java.lang.String> |
PROCESS_COMMAND
The command used to launch the process (i.e.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
PROCESS_COMMAND_LINE
The full command used to launch the process.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
PROCESS_EXECUTABLE_NAME
The name of the process executable.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
PROCESS_EXECUTABLE_PATH
The full path to the process executable.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
PROCESS_OWNER
The username of the user that owns the process.
|
static io.opentelemetry.common.AttributeKey<java.lang.Long> |
PROCESS_PID
Process identifier (PID).
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
SERVICE_INSTANCE
The string ID of the service instance.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
SERVICE_NAME
Logical name of the service.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
SERVICE_NAMESPACE
A namespace for `service.name`.
|
static io.opentelemetry.common.AttributeKey<java.lang.String> |
SERVICE_VERSION
The version string of the service API or implementation.
|
public static final io.opentelemetry.common.AttributeKey<java.lang.String> OS_NAME
"WINDOWS"
, "DARWIN"
, "LINUX"
.public static final io.opentelemetry.common.AttributeKey<java.lang.String> OS_DESCRIPTION
"Microsoft Windows [Version
10.0.18363.778]"
, "Ubuntu 18.04.1 LTS"
.public static final io.opentelemetry.common.AttributeKey<java.lang.Long> PROCESS_PID
public static final io.opentelemetry.common.AttributeKey<java.lang.String> PROCESS_EXECUTABLE_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> PROCESS_EXECUTABLE_PATH
public static final io.opentelemetry.common.AttributeKey<java.lang.String> PROCESS_COMMAND
public static final io.opentelemetry.common.AttributeKey<java.lang.String> PROCESS_COMMAND_LINE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> PROCESS_OWNER
public static final io.opentelemetry.common.AttributeKey<java.lang.String> SERVICE_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> SERVICE_NAMESPACE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> SERVICE_INSTANCE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> SERVICE_VERSION
public static final io.opentelemetry.common.AttributeKey<java.lang.String> LIBRARY_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> LIBRARY_LANGUAGE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> LIBRARY_VERSION
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CONTAINER_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CONTAINER_ID
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CONTAINER_IMAGE_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CONTAINER_IMAGE_TAG
public static final io.opentelemetry.common.AttributeKey<java.lang.String> K8S_CLUSTER
public static final io.opentelemetry.common.AttributeKey<java.lang.String> K8S_NAMESPACE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> K8S_POD
public static final io.opentelemetry.common.AttributeKey<java.lang.String> K8S_DEPLOYMENT
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_HOSTNAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_ID
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_TYPE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_IMAGE_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_IMAGE_ID
public static final io.opentelemetry.common.AttributeKey<java.lang.String> HOST_IMAGE_VERSION
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CLOUD_PROVIDER
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CLOUD_ACCOUNT
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CLOUD_REGION
public static final io.opentelemetry.common.AttributeKey<java.lang.String> CLOUD_ZONE
public static final io.opentelemetry.common.AttributeKey<java.lang.String> FAAS_NAME
public static final io.opentelemetry.common.AttributeKey<java.lang.String> FAAS_ID
public static final io.opentelemetry.common.AttributeKey<java.lang.String> FAAS_VERSION
public static final io.opentelemetry.common.AttributeKey<java.lang.String> FAAS_INSTANCE