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

*: Using native histograms for grpc middleware metrics #7393

Merged

Commits on May 28, 2024

  1. *: Using native histograms for grpc middleware metrics

    Since we updated the middleware library, we can now use native histograms to keep track of latencies in grpc calls.
    This is a semi-breaking change if people enabled native histogram collection on their Prometheus monitoring Thanos instances.
    
    Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
    
    adding change log
    
    Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
    pedro-stanaka committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2e0c120 View commit details
    Browse the repository at this point in the history
  2. removing empty space;

    Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
    pedro-stanaka committed May 28, 2024
    Configuration menu
    Copy the full SHA
    bd17754 View commit details
    Browse the repository at this point in the history
  3. Put full disclaimer in changelog

    Signed-off-by: Pedro Tanaka <pedro.tanaka@shopify.com>
    pedro-stanaka committed May 28, 2024
    Configuration menu
    Copy the full SHA
    77afbda View commit details
    Browse the repository at this point in the history