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

Allow to start exometer graphite reporter via app.config file #481

Merged
merged 7 commits into from
Aug 7, 2015

Commits on Aug 6, 2015

  1. move reporters configuration to app.config file

    The idea here is to allow using all available exomoter options - we can do this
    by specifing them in the app.config file. User can start as many reporterts as
    it want and mim just iterates over active reporters and adds subscripions for
    them
    Pawel Pikula committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    2242cd0 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary functions

    Pawel Pikula committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    f9a5b47 View commit details
    Browse the repository at this point in the history
  3. move metrics initialization to mongoose_metrics

    Pawel Pikula committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    0f481e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. set default reporting rate to 60s

    Pawel Pikula committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    44ac2a2 View commit details
    Browse the repository at this point in the history
  2. [skip ci] remove references to mod_rest and folsom

    Pawel Pikula committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    77552bc View commit details
    Browse the repository at this point in the history
  3. [skip ci] add docs about exometer reporters

    Pawel Pikula committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    1dbc9d3 View commit details
    Browse the repository at this point in the history
  4. [skip ci] fix typo throught -> through

    Pawel Pikula committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    c58779a View commit details
    Browse the repository at this point in the history