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

Don't skip metrics during startup in aggregate phase #4230

Merged
merged 2 commits into from
Jun 5, 2018

Commits on Jun 4, 2018

  1. agent.go: Load input ServicePlugins as last

    Change the order of loading plugins. Load the input ServicePlugins after
    all other plugins are loaded so that no metrics get dropped.
    piotr1212 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    8234510 View commit details
    Browse the repository at this point in the history
  2. running_aggregator: log a debug message when dropping metrics

    Prints a debug log message when a metric gets dropped when the timestamp
    is outside the allowed timewindow.
    piotr1212 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    48a35e9 View commit details
    Browse the repository at this point in the history