grpc-spring icon indicating copy to clipboard operation
grpc-spring copied to clipboard

Replace metric implementation with micrometer native one

Open ST-DDT opened this issue 4 years ago • 2 comments

The problem

Micrometer provides a metric collection implementation. We should use that instead of reimplementing it ourselves.

The solution

Use the implementation from micrometer. https://github.com/micrometer-metrics/micrometer/pull/2323 We already have an optional dependency to that library so nothing will really change here.

Alternatives considered

Retain our own implementation. This comes at a risk that it will eventually diverge from the micrometer one.

ST-DDT avatar May 15 '21 07:05 ST-DDT

Moved to the next milestone to give depending libraries more time to upgrade to spring boot v2.5+

ST-DDT avatar Nov 17 '21 22:11 ST-DDT

would love to see that

pumano avatar Jun 24 '22 09:06 pumano