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

Fix Azure Monitor support for multiple aggregation types #39204

Merged

Commits on Apr 29, 2024

  1. Add aggregation type to the MetricRegistry key

    The MetricRegistry wasn't using the aggregation type in the cache key,
    returning the wrong answer to the 'needs update?' question.
    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    001ae7e View commit details
    Browse the repository at this point in the history
  2. Handle multiple aggregation types

    Restores support for multiple aggregation types for the same metric
    name.
    
    Adding tests for the known use cases, so we don't miss this feature
    again in future updates.
    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    6b3594e View commit details
    Browse the repository at this point in the history
  3. Add missing heaer

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4f91e56 View commit details
    Browse the repository at this point in the history
  4. Fix GetMetricValues test

    I was checking the wrong response values.
    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9559cc8 View commit details
    Browse the repository at this point in the history
  5. Address linter objections

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    85e8c79 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    514c2da View commit details
    Browse the repository at this point in the history
  7. Fix linter objections

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    178be07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f850a6e View commit details
    Browse the repository at this point in the history
  9. Update docs formatting

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    fae8b76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6ff4d37 View commit details
    Browse the repository at this point in the history
  11. Tidy data tests

    zmoog committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2dadc87 View commit details
    Browse the repository at this point in the history