fix(prometheus): Add support for bearer token to prometheus input plugin

closes #864
merges #880
This commit is contained in:
Jonathan Chauncey
2016-03-17 15:17:48 -04:00
committed by Cameron Sparr
parent b5a431624b
commit d6b5f3efe6
2 changed files with 45 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
### Features
- [#863](https://github.com/influxdata/telegraf/pull/863): AMQP output: allow external auth. Thanks @ekini!
- [#707](https://github.com/influxdata/telegraf/pull/707): Improved prometheus plugin. Thanks @titilambert!
- [#880](https://github.com/influxdata/telegraf/pull/880): Add the ability to specify the bearer token to the prometheus plugin. Thanks @jchauncey!
### Bugfixes