Package io.opentelemetry.semconv
Class ServiceAttributes
java.lang.Object
io.opentelemetry.semconv.ServiceAttributes
-
Field Details
-
SERVICE_NAME
Logical name of the service.Notes:
- MUST be the same for all instances of horizontally scaled services. If the value was not
specified, SDKs MUST fallback to
unknown_service:concatenated withprocess.executable.name, e.g.unknown_service:bash. Ifprocess.executable.nameis not available, the value MUST be set tounknown_service.
- MUST be the same for all instances of horizontally scaled services. If the value was not
specified, SDKs MUST fallback to
-
SERVICE_VERSION
The version string of the service API or implementation. The format is not defined by these conventions.
-