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

Track objects that differ for a longer period separately #9

Merged
merged 2 commits into from
Jul 21, 2021

Commits on Jun 22, 2021

  1. Track objects that differ for a longer period separately

      * Track when the VRP was first seen for each VRP
      * Add a metric which tracks how many objects that were first seen
        [duration] ago are not present in the other endpoint.
        * Use current naming convention for the metric to be consistent (i.e. no
          prefix with application name).
    ties committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    79a006c View commit details
    Browse the repository at this point in the history
  2. Visibility thresholds can be overridden via args

      * Visibility thresholds can be overridden via command line arguments.
      * Format the default thresholds in help output
    ties committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    71a7648 View commit details
    Browse the repository at this point in the history