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

Add prometheus_client service output module, update prometheus client #318

Closed

Commits on Oct 26, 2015

  1. Add prometheus_client service output module, update prometheus client

    - Adds a client implementation using the prometheus go_client library
      that exposes metrics.
    
    - Adds a new type of output "ServiceOutput" which follows inline with
      the "ServicePlugin", adding a Stop and Start method for the service
    
    This change also requires the newer prometheus/client_golang code, so
    the prometheus plugin needed to be changed.
    
    Added the following to Godep:
        - bitbucket.org/ww/goautoneg (in github.com/common/expfmt/encode.go)
        - prometheus/common/expfmt (in plugins/prometheus.go)
        - github.com/prometheus/common/model (in plugins/prometheus.go)
        - github.com/prometheus/procfs (in github.com/client_golang/prometheus)
        - github.com/beorn7/perks/quantile (in github.com/client_golang/prometheus)
    
    X-Github-Meta: closes influxdata#306
    oldmantaiter committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    8579456 View commit details
    Browse the repository at this point in the history