fix a typo in the changelog and add udp to the graphite docs

pull/567/head
John Shahid 2014-05-21 12:11:49 -04:00
parent c42d8dccb5
commit e6c828f4e7
2 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
- [Issue #550](https://github.com/influxdb/influxdb/issues/550). Fix tests on 32-bit ARM
- [Issue #524](https://github.com/influxdb/influxdb/issues/524). Arithmetic operators and where conditions don't play nice together
- [Issue #561](https://github.com/influxdb/influxdb/issues/561). Fix missing query in parsing errors
- [Issue #563](https://github.com/influxdb/influxdb/issues/563). Add sample config for graphite over upd
- [Issue #563](https://github.com/influxdb/influxdb/issues/563). Add sample config for graphite over udp
## v0.6.5 [2014-05-19]

View File

@ -1,6 +1,6 @@
// package Graphite provides a tcp listener that you can use to ingest metrics into influxdb
// via the graphite protocol.
// it behaves as a carbon daemon, except:
// package Graphite provides a tcp and/or udp listener that you can
// use to ingest metrics into influxdb via the graphite protocol. it
// behaves as a carbon daemon, except:
// no rounding of timestamps to the nearest interval. Upon ingestion
// of multiple datapoints for a given key within the same interval