-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use global refs to io direction attributes
disk.io.direction and network.io.direction were added to the global registry, so this commit uses references to those attributes.
- Loading branch information
Showing
4 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# Blah | ||
|
||
- BREAKING: Generate process metrics from YAML | ||
([#330](https://github.com/open-telemetry/semantic-conventions/pull/330)) | ||
- Rename attributes for `process.cpu.*` | ||
- `state` to `process.cpu.state` | ||
- Change attributes for `process.disk.io` | ||
- Instead of `direction` use the global `disk.io.direction` | ||
- Instead of `direction` use `disk.io.direction` from global registry | ||
- Change attributes for `process.network.io` | ||
- Instead of `direction` use `network.io.direction` | ||
- Instead of `direction` use `network.io.direction` from global registry | ||
- Rename `process.threads` to `process.thread.count` | ||
- Rename `process.open_file_descriptors` to `process.open_file_descriptor.count` | ||
- Rename `process.context_switches` to `process.context_switch.count` | ||
- Rename attributes for `process.context_switch.count` | ||
- `type` to `process.context_switch.type` | ||
- Rename `process.paging.faults` to `process.paging.fault.count` | ||
- Rename attributes for `process.context_switches` | ||
- `type` to `process.context_switch_type` | ||
- Rename attributes for `process.paging.faults` | ||
- `type` to `process.paging.fault.type` | ||
- `type` to `process.paging.fault_type` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters