Update changelog
This commit is contained in:
parent
a177486463
commit
6097a2fb96
|
@ -12,6 +12,11 @@
|
||||||
DROP MEASUREMENT mysql_innodb
|
DROP MEASUREMENT mysql_innodb
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- `postgresql` plugins will now default to using a persistent connection to the database.
|
||||||
|
`Important` In environments TCP connections are terminated when idle for periods shorter than 15 minutes
|
||||||
|
and the collection interval is longer than the termination period then max_lifetime
|
||||||
|
should be set to be less than the collection interval to pervent errors when collecting metrics.
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- [#3551](https://github.com/influxdata/telegraf/pull/3551): Add health status mapping from string to int in elasticsearch input.
|
- [#3551](https://github.com/influxdata/telegraf/pull/3551): Add health status mapping from string to int in elasticsearch input.
|
||||||
|
@ -65,10 +70,6 @@
|
||||||
`use_random_partitionkey` options has been deprecated in favor of the
|
`use_random_partitionkey` options has been deprecated in favor of the
|
||||||
`partition` subtable. This allows for more flexible methods to set the
|
`partition` subtable. This allows for more flexible methods to set the
|
||||||
partition key such as by metric name or by tag.
|
partition key such as by metric name or by tag.
|
||||||
- `postgresql` plugins will now default to using a persistent connection to the database.
|
|
||||||
`Important` In environments TCP connections are terminated when idle for periods shorter than 15 minutes
|
|
||||||
and the collection interval is longer than the termination period then max_lifetime
|
|
||||||
should be set to be less than the collection interval to pervent errors when collecting metrics.
|
|
||||||
|
|
||||||
- With the release of the new improved `jolokia2` input, the legacy `jolokia`
|
- With the release of the new improved `jolokia2` input, the legacy `jolokia`
|
||||||
plugin is deprecated and will be removed in a future release. Users of this
|
plugin is deprecated and will be removed in a future release. Users of this
|
||||||
|
|
Loading…
Reference in New Issue