OpenTelemetry Metrics ΒΆ

This is a list of metrics exported by the OpenTelemetry SDKs and auto-instrumentation libraries.

General Metrics ΒΆ

The OpenTelemetry SDKs and auto-instrumentation libraries export the following general metrics:

Metric NameDescription
target_infoInformation about the target service, such as the service name, service namespace, and container name.

Target information is exported as a set of labels, including:

Label NameDescriptionExample Value
os_descriptionThe operating system description.Linux 6.1.58+
os_typeThe operating system type.Linux
process_command_argsThe command arguments used to start the process.["/usr/lib/jvm/java-21-openjdk/bin/java","-jar","/app.jar"]
process_runtime_nameThe runtime name.OpenJDK Runtime Environment
process_runtime_versionThe runtime version.21.0.2+13-LTS
telemetry_sdk_languageThe telemetry SDK language.java
telemetry_sdk_versionThe telemetry SDK version.1.36.0

HTTP Server Metrics ΒΆ

The OpenTelemetry SDKs and auto-instrumentation libraries export the following metrics for HTTP servers:

Metric NameDescription
http_server_request_duration_seconds_bucketDuration of HTTP server requests, in seconds (java)
http_server_duration_milliseconds_bucketDuration of HTTP server requests, in milliseconds (node.js)

HTTP Client Metrics ΒΆ

Metric NameDescription
http_client_request_duration_seconds_bucketDuration of HTTP client requests, in seconds (java)
http_client_duration_milliseconds_bucketDuration of HTTP client requests, in milliseconds (node.js)

Database Client Connection Metrics ΒΆ

The OpenTelemetry SDKs and auto-instrumentation libraries export the following metrics for database clients:

Metric NameDescription
db_client_connections_create_time_milliseconds_bucketDuration of database client connection creation, in milliseconds.
db_client_connections_create_time_milliseconds_countCount of database client connection creations, by duration.
db_client_connections_create_time_milliseconds_sumSum of database client connection creation durations, in milliseconds.

JVM Metrics ΒΆ

The OpenTelemetry SDKs and auto-instrumentation libraries export the following metrics for JVMs:

Metric NameDescription
process_runtime_jvm_buffer_countCount of JVM buffers.
process_runtime_jvm_buffer_limit_bytesLimit of JVM buffer sizes, in bytes.
process_runtime_jvm_buffer_usage_bytesUsage of JVM buffer sizes, in bytes.

Kafka Metrics ΒΆ

The OpenTelemetry SDKs and auto-instrumentation libraries export the following metrics for Kafka clients:

Metric NameDescription
kafka_producer_*Metrics for Kafka producers.
kafka_consumer_*Metrics for Kafka consumers.