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

Allow clients to define custom callbacks to handle telemetry #1080

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. feat: Implement custom telemetry callbacks

    Different users of mountpoint will care about different metrics returned for each requests, so allow them to define their own custom handlers for the on_telemetry callback in addition to the default metrics that mountpoint emits.
    
    Signed-off-by: Hans Pistor <hpistor@amazon.com>
    aws-hans-pistor committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4f41293 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fix: resolve clippy lint

    Signed-off-by: Hans Pistor <hpistor@amazon.com>
    aws-hans-pistor committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0b50c85 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge branch 'main' into feat/custom-telemetry-callbacks

    Signed-off-by: aws-hans-pistor <133711035+aws-hans-pistor@users.noreply.github.com>
    aws-hans-pistor authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    291e334 View commit details
    Browse the repository at this point in the history