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

Support :all as an aggregation mode in DirectFileStore #127

Merged
merged 3 commits into from
Jun 13, 2019

Commits on Jun 12, 2019

  1. Support :all as an aggregation mode in DirectFileStore

    We want to support exporting each process's individual value for gauges.
    To enable this, DirectFileStore needs a new aggregation mode - :all.
    
    Signed-off-by: Chris Sinjakli <chris@gocardless.com>
    Chris Sinjakli committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    22e6965 View commit details
    Browse the repository at this point in the history
  2. Make 'pid' a reserved label

    Signed-off-by: Chris Sinjakli <chris@gocardless.com>
    Chris Sinjakli committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    b0a49cd View commit details
    Browse the repository at this point in the history
  3. Update README with info on reserved labels and :all aggregation

    Signed-off-by: Chris Sinjakli <chris@gocardless.com>
    Chris Sinjakli committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    e66ab1b View commit details
    Browse the repository at this point in the history