-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
Reading the README states that cAdvisor is about exposing metrics on running containers. It's scoped fairly well and there's no mention of application level metrics.
Yet there is actually support for application level metrics. This seems like an entirely orthogonal problem to me and I've doubts that it should live within the same repository/binary.
Any system dealing with containers easily allows composing parts solving orthogonal problems.
What are everyones thoughts on splitting the collection of application levels metrics into its own component/repository?
Especially since cAdvisor has a fairly large code base as it is and the issue tracker indicates that currently it's even understaffed for the aspect of container metrics. I believe keeping the scope within bounds also helps with the ownership problem.
That's obviously an invasive proposal, so I'm curious about any opinions on this.
@vishh @timstclair @matthiasr @grobie @jimmidyson @DirectXMan12