Include drm collector in README
The DRM collector was missing in the README, this change includes it together with a short description. Signed-off-by: L <3177243+LukeLR@users.noreply.github.com>
This commit is contained in:
parent
8fb4f78ce5
commit
5d1b96c936
|
@ -186,6 +186,7 @@ buddyinfo | Exposes statistics of memory fragments as reported by /proc/buddyinf
|
|||
cgroups | A summary of the number of active and enabled cgroups | Linux
|
||||
cpu\_vulnerabilities | Exposes CPU vulnerability information from sysfs. | Linux
|
||||
devstat | Exposes device statistics | Dragonfly, FreeBSD
|
||||
drm | Expose GPU metrics using sysfs / DRM, `amdgpu` is the only driver which exposes this information through DRM | Linux
|
||||
drbd | Exposes Distributed Replicated Block Device statistics (to version 8.4) | Linux
|
||||
ethtool | Exposes network interface information and network driver statistics equivalent to `ethtool`, `ethtool -S`, and `ethtool -i`. | Linux
|
||||
interrupts | Exposes detailed interrupts statistics. | Linux, OpenBSD
|
||||
|
|
Loading…
Reference in New Issue