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

[Azure Metrics] Fix CassandraConnectionClosures metric configuration #34742

Merged
merged 4 commits into from
Oct 20, 2023

Commits on Oct 19, 2023

  1. Move CassandraConnectionClosures metrics

    The name of the metric, "CassandraConnectionClosures" is listed in the
    wrong section of the metrics configuration.
    
    It should be moved to a different section that includes metric names
    which may or may not be available depending on the environment, with
    the "ignore_unsupported" setting set to true.
    zmoog committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    609fb58 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    zmoog committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    99b7347 View commit details
    Browse the repository at this point in the history
  3. Fix dimensions for CassandraConnectionClosures

    The `CassandraConnectionClosures` metric only supports the following
    dimensions:
    
    - `ClosureReason`
    - `Region`
    zmoog committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d28f3e0 View commit details
    Browse the repository at this point in the history
  4. Remove extra line

    zmoog committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f23f7b0 View commit details
    Browse the repository at this point in the history