Module: OpenTelemetry::SemConv::SERVICE

Defined in:
lib/opentelemetry/semconv/service/attributes.rb

Attribute Names collapse

SERVICE_NAME =
Note:

Stability Level: stable

Logical name of the service.

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, e.g. unknown_service:bash. If process.executable.name is not available, the value MUST be set to unknown_service.

Examples:

Sample Values

shoppingcart
'service.name'
SERVICE_VERSION =
Note:

Stability Level: stable

The version string of the service API or implementation. The format is not defined by these conventions.

Examples:

Sample Values

2.0.0
a01dbef8a
'service.version'