-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Description
The goal is to add system.filesystem.utilization
to the OTel hostmetricsreceiver
and golden metrics definition for storage utilization.
- add
system.filesystem.utilization
tohostmetricsreceiver
- add golden metrics definition for storage utilization (https://github.com/newrelic/entity-definitions/pull/479/files)
- sign CLA as individual contributor after doing the PR
- add yourself to gitdm to track contributions from companies (example) (it's alphabetically ordered)
vendor | metric name | description | type | ref |
---|---|---|---|---|
OTEL | system.filesystem.utilization | ??? | gauge | docs |
DataDog | system.fs.inodes.used | The number of inodes in use. Shown as inode | gauge | docs |
DataDog | system.fs.inodes.in_use | The number of inodes in use as a fraction of the total. Shown as fraction | gauge | docs |
DataDog | system.disk.used | The amount of disk space in use. Shown as byte | gauge | docs |
DataDog | system.disk.write_time_pct | Percent of time spent writing to disk. Shown as percent | gauge | docs |
DataDog | system.disk.read_time_pct | Percent of time spent reading from disk. Shown as percent | gauge | docs |
NewRelic | totalUtilizationPercent | The percent of time spent waiting for read or write disk I/O operations. | gauge | docs |
Splunk | disk.utilization | Percent of disk used on this volume | gauge | docs |
Metadata
Metadata
Assignees
Labels
No labels