Fix prometheus label names, and dont panic if invalid

fixes #907
This commit is contained in:
Cameron Sparr
2016-03-22 10:34:33 -06:00
parent 7f65ffcb15
commit 69606a45e0
3 changed files with 37 additions and 12 deletions

View File

@@ -18,6 +18,7 @@
- [#884](https://github.com/influxdata/telegraf/issues/884): Do not call write method if there are 0 metrics to write.
- [#898](https://github.com/influxdata/telegraf/issues/898): Put database name in quotes, fixes special characters in the database name.
- [#656](https://github.com/influxdata/telegraf/issues/656): No longer run `lsof` on linux to get netstat data, fixes permissions issue.
- [#907](https://github.com/influxdata/telegraf/issues/907): Fix prometheus invalid label/measurement name key.
## v0.11.1 [2016-03-17]