Class ResourceAttributes


  • public final class ResourceAttributes
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_CLUSTER_ARN
      The ARN of an [ECS cluster](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html).
      static io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_CONTAINER_ARN
      The Amazon Resource Name (ARN) of an [ECS container instance](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html).
      static io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_LAUNCHTYPE
      The [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) for an ECS task.
      static io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_TASK_ARN
      The ARN of an [ECS task definition](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html).
      static io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_TASK_FAMILY
      The task definition family this task definition is a member of.
      static io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_GROUP_ARNS
      The Amazon Resource Name(s) (ARN) of the AWS log group(s).
      static io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_GROUP_NAMES
      The name(s) of the AWS log group(s) an application is writing to.
      static io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_STREAM_ARNS
      The ARN(s) of the AWS log stream(s).
      static io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_STREAM_NAMES
      The name(s) of the AWS log stream(s) an application is writing to.
      static io.opentelemetry.api.common.AttributeKey<String> CLOUD_ACCOUNT_ID
      The cloud account ID used to identify different entities.
      static io.opentelemetry.api.common.AttributeKey<String> CLOUD_PROVIDER
      Name of the cloud provider.
      static io.opentelemetry.api.common.AttributeKey<String> CLOUD_REGION
      A specific geographical location where different entities can run.
      static io.opentelemetry.api.common.AttributeKey<String> CLOUD_ZONE
      Zones are a sub set of the region connected through low-latency links.
      static io.opentelemetry.api.common.AttributeKey<String> CONTAINER_ID
      Container id.
      static io.opentelemetry.api.common.AttributeKey<String> CONTAINER_IMAGE_NAME
      Name of the image the container was built on.
      static io.opentelemetry.api.common.AttributeKey<String> CONTAINER_IMAGE_TAG
      Container image tag.
      static io.opentelemetry.api.common.AttributeKey<String> CONTAINER_NAME
      Container name.
      static io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENT
      Name of the [deployment environment](https://en.wikipedia.org/wiki/Deployment_environment) (aka deployment tier).
      static io.opentelemetry.api.common.AttributeKey<String> FAAS_ID
      The unique ID of the function being executed.
      static io.opentelemetry.api.common.AttributeKey<String> FAAS_INSTANCE
      The execution environment ID as a string.
      static io.opentelemetry.api.common.AttributeKey<Long> FAAS_MAX_MEMORY
      The amount of memory available to the serverless function in MiB.
      static io.opentelemetry.api.common.AttributeKey<String> FAAS_NAME
      The name of the function being executed.
      static io.opentelemetry.api.common.AttributeKey<String> FAAS_VERSION
      The version string of the function being executed as defined in [Version Attributes](../..
      static io.opentelemetry.api.common.AttributeKey<String> HOST_ID
      Unique host ID.
      static io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_ID
      VM image ID.
      static io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_NAME
      Name of the VM image or OS install the host was instantiated from.
      static io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_VERSION
      The version string of the VM image as defined in [Version Attributes](README.md#version-attributes).
      static io.opentelemetry.api.common.AttributeKey<String> HOST_NAME
      Name of the host.
      static io.opentelemetry.api.common.AttributeKey<String> HOST_TYPE
      Type of host.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_CLUSTER_NAME
      The name of the cluster.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_CONTAINER_NAME
      The name of the Container in a Pod template.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_CRONJOB_NAME
      The name of the CronJob.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_CRONJOB_UID
      The UID of the CronJob.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_DAEMONSET_NAME
      The name of the DaemonSet.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_DAEMONSET_UID
      The UID of the DaemonSet.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_DEPLOYMENT_NAME
      The name of the Deployment.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_DEPLOYMENT_UID
      The UID of the Deployment.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_JOB_NAME
      The name of the Job.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_JOB_UID
      The UID of the Job.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_NAMESPACE_NAME
      The name of the namespace that the pod is running in.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_POD_NAME
      The name of the Pod.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_POD_UID
      The UID of the Pod.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_REPLICASET_NAME
      The name of the ReplicaSet.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_REPLICASET_UID
      The UID of the ReplicaSet.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_STATEFULSET_NAME
      The name of the StatefulSet.
      static io.opentelemetry.api.common.AttributeKey<String> K8S_STATEFULSET_UID
      The UID of the StatefulSet.
      static io.opentelemetry.api.common.AttributeKey<String> OS_DESCRIPTION
      Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands.
      static io.opentelemetry.api.common.AttributeKey<String> OS_TYPE
      The operating system type.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_COMMAND
      The command used to launch the process (i.e. the command name).
      static io.opentelemetry.api.common.AttributeKey<List<String>> PROCESS_COMMAND_ARGS
      All the command arguments (including the command/executable itself) as received by the process.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_COMMAND_LINE
      The full command used to launch the process as a single string representing the full command.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_EXECUTABLE_NAME
      The name of the process executable.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_EXECUTABLE_PATH
      The full path to the process executable.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_OWNER
      The username of the user that owns the process.
      static io.opentelemetry.api.common.AttributeKey<Long> PROCESS_PID
      Process identifier (PID).
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_DESCRIPTION
      An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_NAME
      The name of the runtime of this process.
      static io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_VERSION
      The version of the runtime of this process, as returned by the runtime without modification.
      static io.opentelemetry.api.common.AttributeKey<String> SERVICE_INSTANCE_ID
      The string ID of the service instance.
      static io.opentelemetry.api.common.AttributeKey<String> SERVICE_NAME
      Logical name of the service.
      static io.opentelemetry.api.common.AttributeKey<String> SERVICE_NAMESPACE
      A namespace for `service.name`.
      static io.opentelemetry.api.common.AttributeKey<String> SERVICE_VERSION
      The version string of the service API or implementation.
      static io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_AUTO_VERSION
      The version string of the auto instrumentation agent, if used.
      static io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_LANGUAGE
      The language of the telemetry SDK.
      static io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_NAME
      The name of the telemetry SDK as defined above.
      static io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_VERSION
      The version string of the telemetry SDK.
    • Field Detail

      • CLOUD_PROVIDER

        public static final io.opentelemetry.api.common.AttributeKey<String> CLOUD_PROVIDER
        Name of the cloud provider.
      • CLOUD_ACCOUNT_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> CLOUD_ACCOUNT_ID
        The cloud account ID used to identify different entities.
      • CLOUD_REGION

        public static final io.opentelemetry.api.common.AttributeKey<String> CLOUD_REGION
        A specific geographical location where different entities can run.
      • CLOUD_ZONE

        public static final io.opentelemetry.api.common.AttributeKey<String> CLOUD_ZONE
        Zones are a sub set of the region connected through low-latency links.

        Note: In AWS, this is called availability-zone.

      • AWS_ECS_CONTAINER_ARN

        public static final io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_CONTAINER_ARN
        The Amazon Resource Name (ARN) of an [ECS container instance](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html).
      • AWS_ECS_CLUSTER_ARN

        public static final io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_CLUSTER_ARN
        The ARN of an [ECS cluster](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html).
      • AWS_ECS_LAUNCHTYPE

        public static final io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_LAUNCHTYPE
        The [launch type](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html) for an ECS task.
      • AWS_ECS_TASK_ARN

        public static final io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_TASK_ARN
        The ARN of an [ECS task definition](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definitions.html).
      • AWS_ECS_TASK_FAMILY

        public static final io.opentelemetry.api.common.AttributeKey<String> AWS_ECS_TASK_FAMILY
        The task definition family this task definition is a member of.
      • AWS_LOG_GROUP_NAMES

        public static final io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_GROUP_NAMES
        The name(s) of the AWS log group(s) an application is writing to.

        Note: Multiple log groups must be supported for cases like multi-container applications, where a single application has sidecar containers, and each write to their own log group.

      • AWS_LOG_GROUP_ARNS

        public static final io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_GROUP_ARNS
        The Amazon Resource Name(s) (ARN) of the AWS log group(s).

        Note: See the [log group ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format).

      • AWS_LOG_STREAM_NAMES

        public static final io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_STREAM_NAMES
        The name(s) of the AWS log stream(s) an application is writing to.
      • AWS_LOG_STREAM_ARNS

        public static final io.opentelemetry.api.common.AttributeKey<List<String>> AWS_LOG_STREAM_ARNS
        The ARN(s) of the AWS log stream(s).

        Note: See the [log stream ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format). One log group can contain several log streams, so these ARNs necessarily identify both a log group and a log stream.

      • CONTAINER_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> CONTAINER_NAME
        Container name.
      • CONTAINER_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> CONTAINER_ID
        Container id. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/reference/run/#container-identification). The UUID might be abbreviated.
      • CONTAINER_IMAGE_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> CONTAINER_IMAGE_NAME
        Name of the image the container was built on.
      • CONTAINER_IMAGE_TAG

        public static final io.opentelemetry.api.common.AttributeKey<String> CONTAINER_IMAGE_TAG
        Container image tag.
      • DEPLOYMENT_ENVIRONMENT

        public static final io.opentelemetry.api.common.AttributeKey<String> DEPLOYMENT_ENVIRONMENT
        Name of the [deployment environment](https://en.wikipedia.org/wiki/Deployment_environment) (aka deployment tier).
      • FAAS_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> FAAS_NAME
        The name of the function being executed.
      • FAAS_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> FAAS_ID
        The unique ID of the function being executed.

        Note: For example, in AWS Lambda this field corresponds to the [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) value, in GCP to the URI of the resource, and in Azure to the [FunctionDirectory](https://github.com/Azure/azure-functions-host/wiki/Retrieving-information-about-the-currently-running-function) field.

      • FAAS_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> FAAS_VERSION
        The version string of the function being executed as defined in [Version Attributes](../../resource/semantic_conventions/README.md#version-attributes).
      • FAAS_INSTANCE

        public static final io.opentelemetry.api.common.AttributeKey<String> FAAS_INSTANCE
        The execution environment ID as a string.
      • FAAS_MAX_MEMORY

        public static final io.opentelemetry.api.common.AttributeKey<Long> FAAS_MAX_MEMORY
        The amount of memory available to the serverless function in MiB.

        Note: It's recommended to set this attribute in since e.g. too little memory can easily stop a Java AWS Lambda function from working correctly. On AWS Lambda, the environment variable `AWS_LAMBDA_FUNCTION_MEMORY_SIZE` provides this information.

      • HOST_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_ID
        Unique host ID. For Cloud, this must be the instance_id assigned by the cloud provider.
      • HOST_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_NAME
        Name of the host. On Unix systems, it may contain what the hostname command returns, or the fully qualified hostname, or another name specified by the user.
      • HOST_TYPE

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_TYPE
        Type of host. For Cloud, this must be the machine type.
      • HOST_IMAGE_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_NAME
        Name of the VM image or OS install the host was instantiated from.
      • HOST_IMAGE_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_ID
        VM image ID. For Cloud, this value is from the provider.
      • HOST_IMAGE_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> HOST_IMAGE_VERSION
        The version string of the VM image as defined in [Version Attributes](README.md#version-attributes).
      • K8S_CLUSTER_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_CLUSTER_NAME
        The name of the cluster.
      • K8S_NAMESPACE_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_NAMESPACE_NAME
        The name of the namespace that the pod is running in.
      • K8S_POD_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_POD_UID
        The UID of the Pod.
      • K8S_POD_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_POD_NAME
        The name of the Pod.
      • K8S_CONTAINER_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_CONTAINER_NAME
        The name of the Container in a Pod template.
      • K8S_REPLICASET_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_REPLICASET_UID
        The UID of the ReplicaSet.
      • K8S_REPLICASET_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_REPLICASET_NAME
        The name of the ReplicaSet.
      • K8S_DEPLOYMENT_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_DEPLOYMENT_UID
        The UID of the Deployment.
      • K8S_DEPLOYMENT_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_DEPLOYMENT_NAME
        The name of the Deployment.
      • K8S_STATEFULSET_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_STATEFULSET_UID
        The UID of the StatefulSet.
      • K8S_STATEFULSET_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_STATEFULSET_NAME
        The name of the StatefulSet.
      • K8S_DAEMONSET_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_DAEMONSET_UID
        The UID of the DaemonSet.
      • K8S_DAEMONSET_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_DAEMONSET_NAME
        The name of the DaemonSet.
      • K8S_JOB_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_JOB_UID
        The UID of the Job.
      • K8S_JOB_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_JOB_NAME
        The name of the Job.
      • K8S_CRONJOB_UID

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_CRONJOB_UID
        The UID of the CronJob.
      • K8S_CRONJOB_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> K8S_CRONJOB_NAME
        The name of the CronJob.
      • OS_TYPE

        public static final io.opentelemetry.api.common.AttributeKey<String> OS_TYPE
        The operating system type.
      • OS_DESCRIPTION

        public static final io.opentelemetry.api.common.AttributeKey<String> OS_DESCRIPTION
        Human readable (not intended to be parsed) OS version information, like e.g. reported by `ver` or `lsb_release -a` commands.
      • PROCESS_PID

        public static final io.opentelemetry.api.common.AttributeKey<Long> PROCESS_PID
        Process identifier (PID).
      • PROCESS_EXECUTABLE_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_EXECUTABLE_NAME
        The name of the process executable. On Linux based systems, can be set to the `Name` in `proc/[pid]/status`. On Windows, can be set to the base name of `GetProcessImageFileNameW`.
      • PROCESS_EXECUTABLE_PATH

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_EXECUTABLE_PATH
        The full path to the process executable. On Linux based systems, can be set to the target of `proc/[pid]/exe`. On Windows, can be set to the result of `GetProcessImageFileNameW`.
      • PROCESS_COMMAND

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_COMMAND
        The command used to launch the process (i.e. the command name). On Linux based systems, can be set to the zeroth string in `proc/[pid]/cmdline`. On Windows, can be set to the first parameter extracted from `GetCommandLineW`.
      • PROCESS_COMMAND_LINE

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_COMMAND_LINE
        The full command used to launch the process as a single string representing the full command. On Windows, can be set to the result of `GetCommandLineW`. Do not set this if you have to assemble it just for monitoring; use `process.command_args` instead.
      • PROCESS_COMMAND_ARGS

        public static final io.opentelemetry.api.common.AttributeKey<List<String>> PROCESS_COMMAND_ARGS
        All the command arguments (including the command/executable itself) as received by the process. On Linux-based systems (and some other Unixoid systems supporting procfs), can be set according to the list of null-delimited strings extracted from `proc/[pid]/cmdline`. For libc-based executables, this would be the full argv vector passed to `main`.
      • PROCESS_OWNER

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_OWNER
        The username of the user that owns the process.
      • PROCESS_RUNTIME_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_NAME
        The name of the runtime of this process. For compiled native binaries, this SHOULD be the name of the compiler.
      • PROCESS_RUNTIME_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_VERSION
        The version of the runtime of this process, as returned by the runtime without modification.
      • PROCESS_RUNTIME_DESCRIPTION

        public static final io.opentelemetry.api.common.AttributeKey<String> PROCESS_RUNTIME_DESCRIPTION
        An additional description about the runtime of the process, for example a specific vendor customization of the runtime environment.
      • SERVICE_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> SERVICE_NAME
        Logical name of the service.

        Note: MUST be the same for all instances of horizontally scaled services. If the value was not specified, SDKs MUST fallback to `unknown_service:` concatenated with [`process.executable.name`](process.md#process), e.g. `unknown_service:bash`. If `process.executable.name` is not available, the value MUST be set to `unknown_service`.

      • SERVICE_NAMESPACE

        public static final io.opentelemetry.api.common.AttributeKey<String> SERVICE_NAMESPACE
        A namespace for `service.name`.

        Note: A string value having a meaning that helps to distinguish a group of services, for example the team name that owns a group of services. `service.name` is expected to be unique within the same namespace. If `service.namespace` is not specified in the Resource then `service.name` is expected to be unique for all services that have no explicit namespace defined (so the empty/unspecified namespace is simply one more valid namespace). Zero-length namespace string is assumed equal to unspecified namespace.

      • SERVICE_INSTANCE_ID

        public static final io.opentelemetry.api.common.AttributeKey<String> SERVICE_INSTANCE_ID
        The string ID of the service instance.

        Note: MUST be unique for each instance of the same `service.namespace,service.name` pair (in other words `service.namespace,service.name,service.id` triplet MUST be globally unique). The ID helps to distinguish instances of the same service that exist at the same time (e.g. instances of a horizontally scaled service). It is preferable for the ID to be persistent and stay the same for the lifetime of the service instance, however it is acceptable that the ID is ephemeral and changes during important lifetime events for the service (e.g. service restarts). If the service has no inherent unique ID that can be used as the value of this attribute it is recommended to generate a random Version 1 or Version 4 RFC 4122 UUID (services aiming for reproducible UUIDs may also use Version 5, see RFC 4122 for more recommendations).

      • SERVICE_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> SERVICE_VERSION
        The version string of the service API or implementation.
      • TELEMETRY_SDK_NAME

        public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_NAME
        The name of the telemetry SDK as defined above.
      • TELEMETRY_SDK_LANGUAGE

        public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_LANGUAGE
        The language of the telemetry SDK.
      • TELEMETRY_SDK_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_SDK_VERSION
        The version string of the telemetry SDK.
      • TELEMETRY_AUTO_VERSION

        public static final io.opentelemetry.api.common.AttributeKey<String> TELEMETRY_AUTO_VERSION
        The version string of the auto instrumentation agent, if used.