CAdvisor: Difference between revisions
CAdvisor
m set Display Title |
add storage driver section |
||
| Line 6: | Line 6: | ||
== | == cAdvisor Storage Plugins == | ||
''from https://github.com/google/cadvisor/blob/master/docs/storage/README.md'' | |||
cAdvisor supports exporting stats to various storage driver plugins. To enable a storage driver, set the <code>-storage_driver</code> 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. | |||
== Project page on GitHub == | |||
https://github.com/google/cadvisor | https://github.com/google/cadvisor | ||