smallrye / smallrye-metrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fill in MP Metrics Registry with Base metrics (and metadata)

Channyboy opened this issue · comments

The current implementation for MP 5.0 uses Micrometer Meter binders to register the base metrics.
This by-passes the MP Metric Registry during registration and as a result there is no MP Metrics nor metadata for these base metrics in the MP Metric Registry.
Need to "back-fill" this upon registering the base metrics to the Micrometer global meter registry.