Skip to content

Commit

Permalink
Move back to current frequency
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark committed Oct 5, 2023
1 parent 4aa1baa commit af7ae48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ release.
([#350](https://github.com/open-telemetry/semantic-conventions/pull/350))
- Improve network attribute briefs.
([#352](https://github.com/open-telemetry/semantic-conventions/pull/352))
- Add `system.cpu.frequency.max` metric.
- Add `system.cpu.frequency` metric.
([#337](https://github.com/open-telemetry/semantic-conventions/pull/337))

## v1.21.0 (2023-07-13)
Expand Down
6 changes: 3 additions & 3 deletions model/metrics/system-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ groups:
- ref: system.cpu.state
- ref: system.cpu.logical_number

- id: metric.system.cpu.frequency.max
- id: metric.system.cpu.frequency
type: metric
metric_name: system.cpu.frequency.max
brief: "Reports the maximum operating frequency the processor can run at (in MHz)"
metric_name: system.cpu.frequency
brief: "Reports the current frequency of the CPU processor in MHz"
instrument: gauge
unit: "{MHz}"
attributes:
Expand Down

0 comments on commit af7ae48

Please sign in to comment.