Exporters
- Build for exporting Prometheus metrics from existing third-party metrics
- When Prometheus is not able to pull metrics directly (linex sys stats, haproxy, ...)
- Examples:
- MySQL server exporter
- Memcached exporter
- Consul exporter
- Node/System metrics exporter
- MongoDB
- Redis
- Many more ...
- https://prometheus.io/docs/instrumenting/exporters/
- We are already using one
- Check /etc/prometheus/prometheus.yml
Add Comment