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

Cap&U Extract logic to determine queue items #19448

Merged
merged 7 commits into from
Nov 5, 2019
Merged

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    6ca884c View commit details
    Browse the repository at this point in the history
  2. capture queue - only process task_id for realtime

    task_id is used to run a rollup task after the fact to
    create a rollup of hosts by ems_cluster.
    
    Currently when running realtime metrics for the first time,
    we call queue a second time with historical (for non storages).
    But this second time runs without a rollup (by not passing a task_id)
    
    Now, we are only setting the task_id in the queue for realtime
    entries.
    kbrock committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8bbdc3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d35c02 View commit details
    Browse the repository at this point in the history
  4. metrics - separate callback from interval items

    will extract the logic to derive the items needed
    to properly run a collection. This is a different
    concern than the callback that will cluster rollup
    hosts.
    kbrock committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    1426723 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79cbdfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7af5d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8a6a0ea View commit details
    Browse the repository at this point in the history