mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-08-20 18:33:52 -07:00
host-metricsmachine-metricsmetricsnode-metricsprocfsprometheusprometheus-exportersystem-informationsystem-metrics
This allows static metrics (e.g. an attributes collector replacement), and cronjobs to expose stats by echoing into a file. For example: echo "my_metric 123" > mycronjob.prom.$$ mv mycronjob.prom.$$ mycronjob.prom |
||
|---|---|---|
| collector | ||
| .gitignore | ||
| AUTHORS.md | ||
| CONTRIBUTING.md | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| node_exporter.conf | ||
| node_exporter.go | ||
| NOTICE | ||
| README.md | ||
node_exporter
Prometheus exporter with pluggable metric collectors.
collectors
Which collectors are used is controlled by the --enabledCollectors flag. To see
all available collectors, use --printCollectors.