Sanitize graphite characters in field names

also sanitize the names at a higher scope for better clarity

closes #1637
This commit is contained in:
Cameron Sparr
2016-08-17 16:20:32 +01:00
parent 94e673fe85
commit a0e42f8a61
3 changed files with 84 additions and 19 deletions

View File

@@ -138,6 +138,7 @@ consistent with the behavior of `collection_jitter`.
- [#1600](https://github.com/influxdata/telegraf/issues/1600): Fix quoting with text values in postgresql_extensible plugin.
- [#1425](https://github.com/influxdata/telegraf/issues/1425): Fix win_perf_counter "index out of range" panic.
- [#1634](https://github.com/influxdata/telegraf/issues/1634): Fix ntpq panic when field is missing.
- [#1637](https://github.com/influxdata/telegraf/issues/1637): Sanitize graphite output field names.
## v0.13.1 [2016-05-24]