x509 certs authentication now supported for Prometheus input plugin (#1396)

This commit is contained in:
Victor Garcia
2016-06-23 09:59:44 +02:00
committed by Cameron Sparr
parent b18134a4e3
commit 50ea7f4a9d
3 changed files with 46 additions and 9 deletions

View File

@@ -56,6 +56,7 @@ should now look like:
- [#1335](https://github.com/influxdata/telegraf/issues/1335): Fix overall ping timeout to be calculated based on per-ping timeout.
- [#1374](https://github.com/influxdata/telegraf/pull/1374): Change "default" retention policy to "".
- [#1377](https://github.com/influxdata/telegraf/issues/1377): Graphite output mangling '%' character.
- [#1396](https://github.com/influxdata/telegraf/pull/1396): Prometheus input plugin now supports x509 certs authentication
## v1.0 beta 1 [2016-06-07]