You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Helidon neutral metrics API exposes an abstraction of metrics behavior, similar to but not identical to Micrometer's approach.
We did not intend to include every feature of Micrometer in the Helidon API but by implementingunwrap allow developers relatively easy access to Micrometer features (or features of other potential implementations) not included in our neutral API.
The main level types (for example Counter and Timer) have unwrap but the builder types do not and it would be helpful if they did.
The text was updated successfully, but these errors were encountered:
tjquinno
changed the title
Make sure Helidon metrics API types expose unwrap - builders too
Expose unwrap on Helidon metrics API builder types
Mar 29, 2024
Environment Details
Problem Description
The Helidon neutral metrics API exposes an abstraction of metrics behavior, similar to but not identical to Micrometer's approach.
We did not intend to include every feature of Micrometer in the Helidon API but by implementing
unwrap
allow developers relatively easy access to Micrometer features (or features of other potential implementations) not included in our neutral API.The main level types (for example
Counter
andTimer
) haveunwrap
but the builder types do not and it would be helpful if they did.The text was updated successfully, but these errors were encountered: