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 a couple of bugs in the logic for how AWS metric periods are calculated #32724

Commits on Aug 17, 2022

  1. Fix a couple of bugs in the logic for how AWS metric periods are calc…

    …uated.
    
    Firstly, we clarify that periods are always whole-minute durations.
    Any period that is less than or in between minutes is rounded up to the
    next whole-minute.
    
    Secondly, we ensure that the resulting time period is always in the past.
    This stops us getting empty metrics for the current-minute period.
    
    Thirdly, we follow the AWS guidelines of aligning periods to whole
    multiples within the hour e.g. 10:25->10:30 instead of 10:27->10:32
    for a 5 minute period.
    tommyers-elastic committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    19e7073 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. Configuration menu
    Copy the full SHA
    06546e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    228eefd View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. update changelog

    tommyers-elastic committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    5a8e94d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61512f9 View commit details
    Browse the repository at this point in the history
  3. fix merge error

    tommyers-elastic committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    4c2d717 View commit details
    Browse the repository at this point in the history