controller-runtime icon indicating copy to clipboard operation
controller-runtime copied to clipboard

Ability to set custom metrics registry

Open aw185176 opened this issue 3 years ago • 0 comments

This is very similar to #924, but that issue was closed automatically.

I am building a set of related controllers and would like to provide a consistent metric prefix, even for custom metrics that each controller may add. prometheus.WrapRegistererWithPrefix() accomplishes what I need, but I cannot use it because I cannot override the registerer via manager options.

aw185176 avatar Sep 06 '22 21:09 aw185176