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 queueing of historical metrics collection #14695

Merged
merged 5 commits into from
Apr 10, 2017

Commits on Apr 7, 2017

  1. Fix queueing of historical metrics collection

    - Set end_time to the end of the current day before queueing historical collection to allow put match and update existing queue item
    - Set last_perf_capture_on to end time when no metrics were available to prevent constantly queueing the same historical range.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1436034
    gtanzillo committed Apr 7, 2017
    Configuration menu
    Copy the full SHA
    155ddd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b5bf74 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2017

  1. More splitting realtime and tests

    The specs should test
    * a single day (where the realtime queue item should have no end time)
    * realtime over multiple days (where the older queue items are
      historical)
    * multiple attempts to queue realtime metrics for a single object in the
      same 20-minute window
    blomquisg committed Apr 8, 2017
    Configuration menu
    Copy the full SHA
    baed845 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bf613e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2017

  1. Configuration menu
    Copy the full SHA
    004569f View commit details
    Browse the repository at this point in the history