Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Cleanups and sanity-checking in cpu and db metrics #5499

Merged
merged 7 commits into from
Jun 24, 2019

Commits on Jun 19, 2019

  1. Remove unused _get_event_counters

    This has been redundant since cdb3757.
    richvdh committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    68128d5 View commit details
    Browse the repository at this point in the history
  2. Simplify PerformanceCounters.update interface

    we already have the duration for the update, so may as well use it rather than
    passing extra params around and recalculating it.
    richvdh committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    f682af0 View commit details
    Browse the repository at this point in the history
  3. Sanity-checking for metrics updates

    Check that our clocks go forward.
    richvdh committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    fe641df View commit details
    Browse the repository at this point in the history
  4. changelog

    richvdh committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ae4d97b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    5097aee View commit details
    Browse the repository at this point in the history
  2. Avoid raising exceptions in metrics

    Sentry will catch the errors if they happen, so that should be good enough, and
    woun't make things explode if we hit the error condition.
    richvdh committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    dc94773 View commit details
    Browse the repository at this point in the history
  3. black

    richvdh committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    1793de6 View commit details
    Browse the repository at this point in the history