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

inmem: allow streaming of metrics as intervals complete #125

Merged
merged 3 commits into from
Jun 14, 2021

Commits on Jun 10, 2021

  1. inmem: Inline a few functions into getInterval

    These functions were only called in a single place, and repeated some of the same logic.
    
    This change is made in preparation for streaming metrics.
    dnephin committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    96c40ac View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. inmem: add support for streaming metrics as intervals complete

    This will allow `consul debug` to include all the metrics, instead of
    missing many metrics.
    dnephin committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    056fff3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

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