remove zookeeper declaration
since spotify/kafka docker image already exposes zookeeper Closes #262
This commit is contained in:
parent
88ff269370
commit
2f7d781635
|
@ -15,6 +15,7 @@
|
||||||
of metrics collected and from how many plugins.
|
of metrics collected and from how many plugins.
|
||||||
- [#240](https://github.com/influxdb/telegraf/pull/240): procstat plugin, thanks @ranjib!
|
- [#240](https://github.com/influxdb/telegraf/pull/240): procstat plugin, thanks @ranjib!
|
||||||
- [#244](https://github.com/influxdb/telegraf/pull/244): netstat plugin, thanks @shirou!
|
- [#244](https://github.com/influxdb/telegraf/pull/244): netstat plugin, thanks @shirou!
|
||||||
|
- [#262](https://github.com/influxdb/telegraf/pull/262): zookeeper plugin, thanks @jrxFive!
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
- [#228](https://github.com/influxdb/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!
|
- [#228](https://github.com/influxdb/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!
|
||||||
|
|
|
@ -42,8 +42,3 @@ redis:
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
zookeeper:
|
|
||||||
image: spotify/kafka
|
|
||||||
ports:
|
|
||||||
- "2181:2181"
|
|
||||||
|
|
Loading…
Reference in New Issue