Update changelog
This commit is contained in:
parent
ea0be51985
commit
8c51d629eb
|
@ -18,9 +18,15 @@
|
||||||
|
|
||||||
- The `sqlserver` input plugin has a new query and data model that can be enabled
|
- The `sqlserver` input plugin has a new query and data model that can be enabled
|
||||||
by setting `query_version = 2`. It is encouraged to migrate to the new
|
by setting `query_version = 2`. It is encouraged to migrate to the new
|
||||||
model when possible as the old version is deprectated and will be removed in
|
model when possible as the old version is deprecated and will be removed in
|
||||||
a future version.
|
a future version.
|
||||||
|
|
||||||
|
- An option has been added to the `openldap` input plugin that reverses metric
|
||||||
|
name to improve grouping. This change is enabled when `reverse_metric_names = true`
|
||||||
|
is set. It is encouraged to enable this option when possible as the old
|
||||||
|
ordering is deprecated.
|
||||||
|
|
||||||
|
|
||||||
### New Plugins
|
### New Plugins
|
||||||
|
|
||||||
- [ipset](./plugins/inputs/ipset/README.md) - Thanks to @sajoupa
|
- [ipset](./plugins/inputs/ipset/README.md) - Thanks to @sajoupa
|
||||||
|
@ -49,6 +55,7 @@
|
||||||
- [#3719](https://github.com/influxdata/telegraf/pull/3719): Add TLS and HTTP basic auth to prometheus_client output.
|
- [#3719](https://github.com/influxdata/telegraf/pull/3719): Add TLS and HTTP basic auth to prometheus_client output.
|
||||||
- [#3618](https://github.com/influxdata/telegraf/pull/3618): Add new sqlserver output data model.
|
- [#3618](https://github.com/influxdata/telegraf/pull/3618): Add new sqlserver output data model.
|
||||||
- [#3559](https://github.com/influxdata/telegraf/pull/3559): Add native Go method for finding pids to procstat.
|
- [#3559](https://github.com/influxdata/telegraf/pull/3559): Add native Go method for finding pids to procstat.
|
||||||
|
- [#3722](https://github.com/influxdata/telegraf/pull/3722): Add additional metrics and reverse metric names option to openldap.
|
||||||
|
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue