google / cadvisor

Analyzes resource usage and performance characteristics of running containers.
Other
17.26k stars 2.33k forks source link

Perf: exposing metrics to all cAdvisor storage.StorageDriver implementations #2482

Open iwankgb opened 4 years ago

iwankgb commented 4 years ago

It must be possible to store metrics in using any of available StorageDrivers. Part of #2388.

katarzyna-z commented 4 years ago

Partially addressed in https://github.com/google/cadvisor/pull/2612, https://github.com/google/cadvisor/pull/2638, and https://github.com/google/cadvisor/pull/2593

katarzyna-z commented 4 years ago

Perf metrics are available in ElasticSearch, Kafka and Redis without any changes in code.