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

[8.13](backport #39204) Fix Azure Monitor support for multiple aggregation types #39279

Merged
merged 2 commits into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. Fix Azure Monitor support for multiple aggregation types (#39204)

    * 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.
    
    * 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.
    
    (cherry picked from commit 81fc73e)
    zmoog authored and mergify[bot] committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b309b65 View commit details
    Browse the repository at this point in the history
  2. Remove extra changelog entries

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