Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service renaming #557

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 9 additions & 9 deletions model/resource/service.yaml → model/resource/origin.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
groups:
- id: service
prefix: service
- id: origin
prefix: origin
type: resource
brief: >
A service instance.
A telemetry source.
attributes:
- id: name
type: string
requirement_level: required
brief: >
Logical name of the service.
Logical name of the telemetry source.
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`.
For services, it MUST be the same for all instances of horizontally scaled services.
If the value was not specified, SDKs MUST fallback to `unknown_origin:` concatenated
with [`process.executable.name`](process.md#process), e.g. `unknown_origin:bash`.
If `process.executable.name` is not available, the value MUST be set to `unknown_origin`.
examples: ["shoppingcart"]
- id: version
type: string
brief: >
The version string of the service API or implementation. The format is not defined by these conventions.
The version string of the source of telemetry. The format is not defined by these conventions.
examples: ["2.0.0", "a01dbef8a"]