github.com/google/cadvisor@v0.49.1/docs/storage/README.md (about) 1 # cAdvisor Storage Plugins 2 3 cAdvisor supports exporting stats to various storage driver plugins. To enable a storage driver, set the `-storage_driver` flag. 4 5 ## Storage drivers 6 7 - [BigQuery](https://cloud.google.com/bigquery/). See the [documentation](../../storage/bigquery/README.md) for usage. 8 - [ElasticSearch](https://www.elastic.co/). See the [documentation](elasticsearch.md) for usage and examples. 9 - [InfluxDB](https://influxdb.com/). See the [documentation](influxdb.md) for usage and examples. 10 - [Kafka](http://kafka.apache.org/). See the [documentation](kafka.md) for usage. 11 - [Prometheus](https://prometheus.io). See the [documentation](prometheus.md) for usage and examples. 12 - [Redis](http://redis.io/) 13 - [StatsD](https://github.com/etsy/statsd). See the [documentation](statsd.md) for usage and examples. 14 - `stdout` - write stats to standard output.