forked from influxdata/telegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) Fixes aerospike configuration so defaults can be run with the docker-compose environment. X-Github-Meta: closes influxdata#306
- Loading branch information
1 parent
2f08577
commit a278196
Showing
122 changed files
with
12,315 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
67 changes: 67 additions & 0 deletions
67
Godeps/_workspace/src/bitbucket.org/ww/goautoneg/README.txt
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
162 changes: 162 additions & 0 deletions
162
Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.