Update changelog and docs for nowmetric serializer
This commit is contained in:
parent
e6724bfb7c
commit
c9d8be9ab5
|
@ -5,6 +5,10 @@
|
||||||
- [cloud_pubsub](/plugins/inputs/cloud_pubsub/README.md) - Contributed by @emilymye
|
- [cloud_pubsub](/plugins/inputs/cloud_pubsub/README.md) - Contributed by @emilymye
|
||||||
- [neptune_apex](/plugins/inputs/neptune_apex/README.md) - Contributed by @MaxRenaud
|
- [neptune_apex](/plugins/inputs/neptune_apex/README.md) - Contributed by @MaxRenaud
|
||||||
|
|
||||||
|
### New Serializers
|
||||||
|
|
||||||
|
- [nowmetric](/plugins/serializers/nowmetric/README.md) - Contributed by @JefMuller
|
||||||
|
|
||||||
#### Features
|
#### Features
|
||||||
|
|
||||||
- [#4345](https://github.com/influxdata/telegraf/pull/4345): Allow for force gathering ES cluster stats.
|
- [#4345](https://github.com/influxdata/telegraf/pull/4345): Allow for force gathering ES cluster stats.
|
||||||
|
|
|
@ -300,6 +300,7 @@ For documentation on the latest development code see the [documentation index][d
|
||||||
- [InfluxDB Line Protocol](/plugins/serializers/influx)
|
- [InfluxDB Line Protocol](/plugins/serializers/influx)
|
||||||
- [JSON](/plugins/serializers/json)
|
- [JSON](/plugins/serializers/json)
|
||||||
- [Graphite](/plugins/serializers/graphite)
|
- [Graphite](/plugins/serializers/graphite)
|
||||||
|
- [ServiceNow](/plugins/serializers/nowmetric)
|
||||||
- [SplunkMetric](/plugins/serializers/splunkmetric)
|
- [SplunkMetric](/plugins/serializers/splunkmetric)
|
||||||
|
|
||||||
## Processor Plugins
|
## Processor Plugins
|
||||||
|
|
Loading…
Reference in New Issue