kroxylicious icon indicating copy to clipboard operation
kroxylicious copied to clipboard

Enable envelope encryption cache metrics collection

Open robobario opened this issue 1 year ago • 2 comments

Caffeine does support micrometer [1][2], so we should make a ticket to enable this to be switched on.

Originally posted by @robobario in https://github.com/kroxylicious/kroxylicious/pull/944#discussion_r1480484001

We can expose cache metrics via micrometer. We should make this something the user can configure (on by default?). There are also two binders that produce different granularity of metrics.

robobario avatar Feb 06 '24 20:02 robobario

This should default to the same state (metrics on/off) as the Kroxylicious instance. Needs thought about how filter can tell if metrics are on.

gracegrimwood avatar Feb 07 '24 09:02 gracegrimwood

https://github.com/kroxylicious/kroxylicious/issues/313 is discussion whether filters should have the ability to contribute their own metrics.

k-wall avatar Feb 07 '24 09:02 k-wall