Merge pull request from influxdb/opentsdb_tweaks

Tweak openTSDB changes and update CHANGELOG
pull/2176/head
Philip O'Toole 2015-04-06 11:24:02 -07:00
commit 6af9912d0c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## v0.9.0-rc21 [unreleased]
### Features
- [#870](https://github.com/influxdb/influxdb/pull/870): Add a OpenTSDB telnet input protocol. Thanks @tcolgate
## v0.9.0-rc20 [2015-04-04]
### Features

View File

@ -191,7 +191,7 @@ func Run(config *Config, join, version string) (*messaging.Broker, *influxdb.Ser
os := opentsdb.NewServer(s, policy, db)
log.Println("Starting OpenTSDB service on ", laddr)
log.Println("Starting OpenTSDB service on", laddr)
go os.ListenAndServe(laddr)
}