Skip to content
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

Automatically register the metics of PooledByteBufAllocator.DEFAULT #5916

Merged
merged 9 commits into from
Nov 25, 2024

Commits on Sep 18, 2024

  1. Add metrics about PooledByteBufAllocator

    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.
    Bue-von-hon committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    79f8c06 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    bcf690f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    984ae7c View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Configuration menu
    Copy the full SHA
    e0a2b14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b089356 View commit details
    Browse the repository at this point in the history
  3. Fix lint

    Bue-von-hon committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    ecf6fda View commit details
    Browse the repository at this point in the history
  4. Add javadoc

    Bue-von-hon committed Nov 16, 2024
    Configuration menu
    Copy the full SHA
    5b3a182 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    4441e69 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    c8ac9d4 View commit details
    Browse the repository at this point in the history