-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add metrics about PooledByteBufAllocator #5916
base: main
Are you sure you want to change the base?
Conversation
Motivation: Add metrics related to PooledByteBufAllocator that are already exposed by the netty. Modifications: - The PooledByteBufAllocator metric is now available in MoreMeterBinders. - To expose the PooledByteBufAllocator metrics, created the PooledByteBufAllocatorMetrics class. Result: Enables the PooledByteBufAllocator metric.
Micrometer already provides bindings to Netty Metrics (ref: https://docs.micrometer.io/micrometer/reference/reference/netty.html) I prefer that we either:
Let me know what you think @line/dx |
I didn't know that Netty metrics were supported by Micrometer finally. I prefer automatically setting the metric for the default one ( |
@ikhoon @jrhee17 @trustin @minwoox |
Motivation:
Add metrics related to PooledByteBufAllocator that are already exposed by the netty.
Modifications:
Result:
Enables the PooledByteBufAllocator metric.
this close #2633.