thecodeteam / roadmap

The {code} Team Roadmap
3 stars 1 forks source link

Implement Two Volume Metrics in Kubernetes #217

Open dvonthenen opened 6 years ago

dvonthenen commented 6 years ago

Implement 2 volume metrics (total mount and unmount times) via Prometheus for Kubernetes. Leverage existing metrics/Promethues work that is in the volume/storage package.

dvonthenen commented 6 years ago

Started work on this. Verified my development environment is functional.

dvonthenen commented 6 years ago

Will have a PR shortly...

dvonthenen commented 6 years ago

PR: https://github.com/kubernetes/kubernetes/pull/57766

dvonthenen commented 6 years ago

There are some discussions still happening on the right path forward. Stay tuned.