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
Automatically register the metics of PooledByteBufAllocator.DEFAULT (#5916)
Motivation:
Add metrics related to PooledByteBufAllocator that is already exposed by
the netty.
Modifications:
- `NettyAllocatorMetrics` are registered when MoreMeterBinders is
initialized.
Result:
- Fixes#2633
- Armeria now automatically registers the metics of
`PooledByteBufAllocator.DEFAULT`.
---------
Co-authored-by: Ikhun Um <ih.pert@gmail.com>
0 commit comments