Configuration and Customization
The Balena Prometheus Exporter can be configured using environment variables and a configuration file. The following options are available for customization:
Prometheus Exporter Unix
The Prometheus Exporter Unix can be configured using the prometheus.exporter.unix
component in the Grafana Agent documentation. The following collectors can be configured:
- bcache
- cpu
- disk
- ethtool
- filesystem
- ipvs
- ntp
- netclass
- netdev
- netstat
- perf
- powersupply
- runit
- supervisord
- sysctl
- systemd
Here’s an example of how to configure the cpu
collector:
prometheus.exporter.unix:
cpu:
enabled: true