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

Enhanced Heartbeat Telemetry #8621

Merged
merged 17 commits into from
Oct 23, 2018
Merged

Enhanced Heartbeat Telemetry #8621

merged 17 commits into from
Oct 23, 2018

Commits on Oct 16, 2018

  1. Add heartbeat telemetry.

    We now track:
    
    1. The total number of active monitors
    2. The total number of active monitors per protocol
    3. The total number of checked endpoints per protocol
    
    This also removes an accidentally comitted test case that tests nothing that broke with these refactors.
    andrewvc committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    1cf1a5d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

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

Commits on Oct 18, 2018

  1. 0 not -1

    andrewvc committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    ac5cbe4 View commit details
    Browse the repository at this point in the history
  2. Kill heartbeat after test

    andrewvc committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    0e20f0a View commit details
    Browse the repository at this point in the history
  3. Refactor with 2 registries

    andrewvc committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    036d373 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Add 'heartbeat' state prefix

    andrewvc committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    113ed51 View commit details
    Browse the repository at this point in the history
  2. Fix imports

    andrewvc committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    027f045 View commit details
    Browse the repository at this point in the history
  3. Fix imports

    andrewvc committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e3f9d62 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. Configuration menu
    Copy the full SHA
    998d27a View commit details
    Browse the repository at this point in the history
  2. Counters for state

    andrewvc committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    a15ef68 View commit details
    Browse the repository at this point in the history
  3. Further improvements

    andrewvc committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    fab8be9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Configuration menu
    Copy the full SHA
    d9995d5 View commit details
    Browse the repository at this point in the history
  2. Fix monitors duplication

    andrewvc committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    7a62efb View commit details
    Browse the repository at this point in the history
  3. Fix failing tests

    andrewvc committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    090e920 View commit details
    Browse the repository at this point in the history
  4. Autopep

    andrewvc committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    339547c View commit details
    Browse the repository at this point in the history
  5. Skip telemetry test on win

    andrewvc committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    919214d View commit details
    Browse the repository at this point in the history
  6. Properly import SkipTest

    andrewvc committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e7374a4 View commit details
    Browse the repository at this point in the history