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

Remove dispatch metrics #331

Merged
merged 15 commits into from
Aug 1, 2020
Merged

Remove dispatch metrics #331

merged 15 commits into from
Aug 1, 2020

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    f90a898 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d2e7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5573e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2412c45 View commit details
    Browse the repository at this point in the history
  5. Use more pointers in tests

    tiedotguy committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    52fb23a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    55e3c87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b66a9a9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce29cc8 View commit details
    Browse the repository at this point in the history
  9. Remove MetricAggregator.Receive and BackendHandler.DispatchMetrics, w…

    …ith associated dead code cleanup.
    
    This also removes a pair of benchmarks, one for hot metrics, the other for splitting metrics
    up.  These are not relevant anymore.  Hot metrics will be handled at an earlier point before
    there is contention, and splitting MetricMaps is not a high volume act. If it is benchmarked
    it should be a MetricMap benchmark, not a BackendHandler benchmark.
    tiedotguy committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    4ed07c6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5734b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    841aafe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9ce2349 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a9c93c3 View commit details
    Browse the repository at this point in the history
  14. Changelog

    tiedotguy committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    edc29b1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5d3d958 View commit details
    Browse the repository at this point in the history