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

[Uptime] Handle mode: all in uptime snapshot calculation #41335

Merged
merged 8 commits into from
Jul 18, 2019

Commits on Jul 17, 2019

  1. [Uptime] Handle mode: all in uptime snapshot calculation

    Patching this function in elastic#41210 fixed performance but was missing this filter clause. We depend on only processing summary info. This fixes errors around missing destructured data where we expect summary fields to be present.
    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6b638dd View commit details
    Browse the repository at this point in the history
  2. Update tests to use mode all

    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    14ed35d View commit details
    Browse the repository at this point in the history
  3. Use fixture helper

    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b01523a View commit details
    Browse the repository at this point in the history
  4. Update fixtures

    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    543d3bc View commit details
    Browse the repository at this point in the history
  5. Fix snapshots

    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    4be64f1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f619be View commit details
    Browse the repository at this point in the history
  7. Add monitor snapshot

    andrewvc committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    46f5d1d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92b1b1c View commit details
    Browse the repository at this point in the history