* Extending Prometheus metrics by hardware metrics: - machine_cpu_physical_cores - machine_cpu_sockets - machine_dimm_capacity_bytes - machine_dimm_count - machine_nvm_capacity Signed-off-by: Katarzyna Kujawa <katarzyna.kujawa@intel.com> |
||
---|---|---|
.. | ||
elasticsearch.md | ||
influxdb.md | ||
kafka.md | ||
prometheus.md | ||
README.md | ||
statsd.md |
cAdvisor Storage Plugins
cAdvisor supports exporting stats to various storage driver plugins. To enable a storage driver, set the -storage_driver
flag.
Storage drivers
- BigQuery. See the documentation for usage.
- ElasticSearch. See the documentation for usage and examples.
- InfluxDB. See the documentation for usage and examples.
- Kafka. See the documentation for usage.
- Prometheus. See the documentation for usage and examples.
- Redis
- StatsD. See the documentation for usage and examples.
stdout
- write stats to standard output.