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

Rename system.processes.* namespace to system.process.* #484

Merged
merged 11 commits into from
Dec 20, 2023
Prev Previous commit
Next Next commit
Add changelog and schema-next entries
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Nov 2, 2023
commit b572e1d042549bd8e841aa64097927277eab590b
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ release.
([#429](https://github.com/open-telemetry/semantic-conventions/pull/429))
- Use seconds as default duration for FaaS duration histograms
([#384](https://github.com/open-telemetry/semantic-conventions/pull/384))
- Rename `system.processes.*` namespace to `system.process.*`
([#484](https://github.com/open-telemetry/semantic-conventions/pull/484))
- Rename `system.processes.created` to `system.process.created_total`
([#484](https://github.com/open-telemetry/semantic-conventions/pull/484))

### Features

Expand Down
9 changes: 9 additions & 0 deletions schema-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ versions:
thread.daemon: jvm.thread.daemon
apply_to_metrics:
- jvm.thread.count
# https://github.com/open-telemetry/semantic-conventions/pull/484
- rename_attributes:
attribute_map:
system.processes.status: system.process.status
apply_to_metrics:
- system.processes.count
- rename_metrics:
system.processes.count: system.process.count
system.processes.created: system.process.created_total
1.22.0:
spans:
changes:
Expand Down