Skip to content

Commit

Permalink
fix: filesystem usage reference
Browse files Browse the repository at this point in the history
  • Loading branch information
rogercoll committed Sep 13, 2024
1 parent f9deb24 commit db0fd22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/system/system-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,8 @@ This metric is [recommended][MetricRecommended].
| `system.filesystem.usage` | UpDownCounter | `By` | Reports a filesystem's space usage across different states. [1] | ![Experimental](https://img.shields.io/badge/-experimental-blue) |


**[1]:** The sum over all `system.filesystem.state` values SHOULD equal the total storage
capacity of the filesystem, that is `system.filesystem.limit`.
**[1]:** The sum of all `system.filesystem.usage` values over the different `system.filesystem.state` attributes
SHOULD equal the total storage capacity of the filesystem, that is `system.filesystem.limit`.



Expand Down
4 changes: 2 additions & 2 deletions model/metrics/system-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ groups:
stability: experimental
brief: "Reports a filesystem's space usage across different states."
note: |
The sum over all `system.filesystem.state` values SHOULD equal the total storage
capacity of the filesystem, that is `system.filesystem.limit`.
The sum of all `system.filesystem.usage` values over the different `system.filesystem.state` attributes
SHOULD equal the total storage capacity of the filesystem, that is `system.filesystem.limit`.
instrument: updowncounter
unit: "By"
attributes:
Expand Down

0 comments on commit db0fd22

Please sign in to comment.