Skip to content

Commit

Permalink
prep for 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaleta committed Jun 24, 2022
1 parent a685b4f commit 16f3506
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.1.2] 2022-06-24
### Fixed
- Fix value of system_swap_used_bytes from vmStat.Used to swapStat.Used

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The [Sensu System Check][1] is a cross-platform [Sensu Metrics Check][7] that pr
| system_cpu_nice | Percent of time cpu used by niced processes in user mode<sup>1</sup>
| system_cpu_iowait | Percent of time cpu waiting for I/O to complete<sup>1</sup>
| system_cpu_irq | Percent of time cpu servicing interrupts<sup>1</sup>
| system_cpu_sortirq | Percent of time cpu servicing software interrupts<sup>1</sup>
| system_cpu_softirq | Percent of time cpu servicing software interrupts<sup>1</sup>
| system_cpu_stolen | Percent of time cpu serviced virtual hosts operating systems<sup>1</sup>
| system_cpu_guest | Percent of time cpu serviced guest operating system<sup>1</sup>
| system_cpu_guest_nice | Percent of time cpu serviced niced guest operating system<sup>1</sup>
Expand Down

0 comments on commit 16f3506

Please # to comment.