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

Allow to schedule disconnected container entities for perf capture #16302

Commits on Oct 30, 2017

  1. Use scope instead of deleting foreign key

    Use scope instead of the deleting foreign key. Node relation is
    required for metrics capture.
    Ladas committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    70f8620 View commit details
    Browse the repository at this point in the history
  2. Add configurable targets_archived_for

    Add configurable targets_archived_for, that we use for collecting
    metrics.
    Ladas committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    fec3faf View commit details
    Browse the repository at this point in the history
  3. Collect metrics for archived Container entities

    Collect metrics for archived Container entities. We need this
    for shortlived entities (e.g. pods), to make sure the entity
    is not discovered and archived before the metrics capture
    was planned. The amount of time for looking back for archived
    items is configurable and by default is 8h.
    Ladas committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    1858c52 View commit details
    Browse the repository at this point in the history
  4. Do not nullify container_project_id foreign key

    Do not nullify container_project_id foreign key, since the
    project is also important for metrics collection.
    Ladas committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    f6fe251 View commit details
    Browse the repository at this point in the history
  5. Refactor targets_archived_from to be more readable

    Refactor targets_archived_from to be more readable
    Ladas committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    58f788b View commit details
    Browse the repository at this point in the history