No description
- Go 95.9%
- Shell 2.5%
- C 0.9%
- Makefile 0.6%
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.