semantic-conventions/semantic_conventions/resource/service.yaml

19 lines
667 B
YAML

groups:
- id: service
prefix: service
type: resource
brief: >
A service instance.
attributes:
- id: name
type: string
requirement_level: required
brief: >
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`.
examples: ["shoppingcart"]