cadvisor/storage
Tim St. Clair 85d2668128 Clean up -storage_driver flag
Fix storage driver flag to show all the registered drivers as
options. Result:

```
  -storage_driver driver
                  storage driver to use. Data is always cached shortly
                  in memory, this controls where data is pushed besides
                  the local cache. Empty means none. Options are:
                  <empty>, bigquery, elasticsearch, influxdb, kafka,
                  redis, statsd, stdout
```
2016-05-04 19:26:44 -07:00
..
bigquery Refactor storage plugins 2015-12-02 08:41:50 +00:00
elasticsearch replace panic with fmt 2016-01-04 13:49:26 +08:00
influxdb Add labels to tags in influxdb 2016-04-20 09:52:56 +01:00
kafka Add the support for kafka in cAdvisor's storage, including output of container id and labels 2016-01-27 21:33:57 -06:00
redis Refactor storage plugins 2015-12-02 08:41:50 +00:00
statsd Refactor storage plugins 2015-12-02 08:41:50 +00:00
stdout Refactor storage plugins 2015-12-02 08:41:50 +00:00
test re-order the import package 2015-11-30 16:43:22 +08:00
common_flags.go Refactor storage plugins 2015-12-02 08:41:50 +00:00
storage.go Clean up -storage_driver flag 2016-05-04 19:26:44 -07:00