Update changelog and add particle webhook to readme
This commit is contained in:
parent
1fd88ad0d8
commit
a8c6a31d1e
|
@ -5,6 +5,7 @@
|
||||||
- [cratedb](./plugins/outputs/wavefront/README.md) - Thanks to @felixge
|
- [cratedb](./plugins/outputs/wavefront/README.md) - Thanks to @felixge
|
||||||
- [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei
|
- [jolokia2](./plugins/inputs/jolokia2/README.md) - Thanks to @dylanmei
|
||||||
- [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah
|
- [nginx_plus](./plugins/inputs/nginx_plus/README.md) - Thanks to @mplonka & @poblahblahblah
|
||||||
|
- [particle](./plugins/inputs/webhooks/particle/README.md) - Thanks to @davidgs
|
||||||
- [smart](./plugins/inputs/smart/README.md) - Thanks to @rickard-von-essen
|
- [smart](./plugins/inputs/smart/README.md) - Thanks to @rickard-von-essen
|
||||||
- [solr](./plugins/inputs/solr/README.md) - Thanks to @ljagiello
|
- [solr](./plugins/inputs/solr/README.md) - Thanks to @ljagiello
|
||||||
- [teamspeak](./plugins/inputs/teamspeak/README.md) - Thanks to @p4ddy1
|
- [teamspeak](./plugins/inputs/teamspeak/README.md) - Thanks to @p4ddy1
|
||||||
|
@ -58,6 +59,7 @@
|
||||||
- [#2019](https://github.com/influxdata/telegraf/pull/2019): Add Solr input plugin.
|
- [#2019](https://github.com/influxdata/telegraf/pull/2019): Add Solr input plugin.
|
||||||
- [#3210](https://github.com/influxdata/telegraf/pull/3210): Add CrateDB output plugin.
|
- [#3210](https://github.com/influxdata/telegraf/pull/3210): Add CrateDB output plugin.
|
||||||
- [#3459](https://github.com/influxdata/telegraf/pull/3459): Add systemd unit pid and cgroup matching to procstat.
|
- [#3459](https://github.com/influxdata/telegraf/pull/3459): Add systemd unit pid and cgroup matching to procstat.
|
||||||
|
- [#3477](https://github.com/influxdata/telegraf/pull/3477): Add Particle Webhook Plugin.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
|
@ -236,8 +236,9 @@ Telegraf can also collect metrics via the following service plugins:
|
||||||
* [filestack](./plugins/inputs/webhooks/filestack)
|
* [filestack](./plugins/inputs/webhooks/filestack)
|
||||||
* [github](./plugins/inputs/webhooks/github)
|
* [github](./plugins/inputs/webhooks/github)
|
||||||
* [mandrill](./plugins/inputs/webhooks/mandrill)
|
* [mandrill](./plugins/inputs/webhooks/mandrill)
|
||||||
* [rollbar](./plugins/inputs/webhooks/rollbar)
|
|
||||||
* [papertrail](./plugins/inputs/webhooks/papertrail)
|
* [papertrail](./plugins/inputs/webhooks/papertrail)
|
||||||
|
* [particle](./plugins/inputs/webhooks/particle)
|
||||||
|
* [rollbar](./plugins/inputs/webhooks/rollbar)
|
||||||
* [zipkin](./plugins/inputs/zipkin)
|
* [zipkin](./plugins/inputs/zipkin)
|
||||||
|
|
||||||
Telegraf is able to parse the following input data formats into metrics, these
|
Telegraf is able to parse the following input data formats into metrics, these
|
||||||
|
|
Loading…
Reference in New Issue