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 Oct 23, 2024

  1. Allow clients to define custom callbacks to handle telemetry

    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 Oct 23, 2024
    Configuration menu
    Copy the full SHA
    98df814 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update telemetry function to take operation instead of entire tracing…

    … span
    
    Signed-off-by: Hans Pistor <hpistor@amazon.com>
    aws-hans-pistor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    88a2a1f View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 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 Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9d1dbee View commit details
    Browse the repository at this point in the history