mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-11 22:07:32 -08:00
Remove misleading sentence from README
The node_exporter was never intended to be 'pluggable' in the sense that that it supports runtime plugins. See: https://github.com/prometheus/node_exporter/issues/364#issuecomment-647988932 Signed-off-by: Johannes 'fish' Ziemke <github@freigeist.org>
This commit is contained in:
parent
e6f795798f
commit
3006cd712b
|
@ -7,7 +7,7 @@
|
||||||
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/node_exporter)][goreportcard]
|
[![Go Report Card](https://goreportcard.com/badge/github.com/prometheus/node_exporter)][goreportcard]
|
||||||
|
|
||||||
Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written
|
Prometheus exporter for hardware and OS metrics exposed by \*NIX kernels, written
|
||||||
in Go with pluggable metric collectors.
|
in Go.
|
||||||
|
|
||||||
The [WMI exporter](https://github.com/martinlindhe/wmi_exporter) is recommended for Windows users.
|
The [WMI exporter](https://github.com/martinlindhe/wmi_exporter) is recommended for Windows users.
|
||||||
To expose NVIDIA GPU metrics, [prometheus-dcgm
|
To expose NVIDIA GPU metrics, [prometheus-dcgm
|
||||||
|
|
Loading…
Reference in a new issue