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

Add additional metrics for streaming #26945

Commits on Sep 16, 2023

  1. Add additional metrics for streaming

    This adds two new counters for `redis_messages_received_total` and `messages_sent_total` (per connection type).
    
    Also fixes the initialization of the metrics such that they are zeroed out when the server starts, instead of being missing, which is recommended as otherwise metrics can [disappear from prometheus](https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics) between restarts.
    ThisIsMissEm committed Sep 16, 2023
    Copy the full SHA
    587afbb View commit details
    Browse the repository at this point in the history