remote duplicate changelog entries
This commit is contained in:
parent
e891b1cba7
commit
fb6ea6e9d6
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -10,15 +10,12 @@
|
|||
- [#7920](https://github.com/influxdata/telegraf/pull/7920) `inputs.rabbitmq` remove deprecated healthcheck
|
||||
- [#7932](https://github.com/influxdata/telegraf/pull/7932) Support for AWS Cloudwatch Alarms #7931
|
||||
- [#7953](https://github.com/influxdata/telegraf/pull/7953) Add details to connect to InfluxDB OSS 2 and Cloud 2
|
||||
- [#7976](https://github.com/influxdata/telegraf/pull/7976) `processors.starlark` add pivot example for starlark processor
|
||||
- [#7980](https://github.com/influxdata/telegraf/pull/7980) `processors.starlark` add example input/outputs to starlark examples
|
||||
- [#8054](https://github.com/influxdata/telegraf/pull/8054) add guidelines run to external plugins with execd
|
||||
- [#8198](https://github.com/influxdata/telegraf/pull/8198) `inputs.influxdb_v2_listener` change default influxdb port from 9999 to 8086 to match OSS 2.0 release
|
||||
|
||||
#### Features
|
||||
|
||||
- [#7134](https://github.com/influxdata/telegraf/pull/7134) `outputs.application_insights` Added the ability to set the endpoint url
|
||||
- [#7808](https://github.com/influxdata/telegraf/pull/7808) `inputs.sqlserver` added new counter - Lock Timeouts (timeout > 0)/sec
|
||||
- [#7814](https://github.com/influxdata/telegraf/pull/7814) `agent` Send metrics in FIFO order
|
||||
- [#7869](https://github.com/influxdata/telegraf/pull/7869) `inputs.modbus` extend support of fixed point values on input
|
||||
- [#7870](https://github.com/influxdata/telegraf/pull/7870) `inputs.mongodb` Added new metric "pages written from cache"
|
||||
|
|
@ -26,7 +23,6 @@
|
|||
- [#7894](https://github.com/influxdata/telegraf/pull/7894) `inputs.cloudwatch` Implement AWS CloudWatch Input Plugin ListMetrics API calls to use Active Metric Filter
|
||||
- [#7904](https://github.com/influxdata/telegraf/pull/7904) `inputs.clickhouse` add additional metrics to clickhouse input plugin
|
||||
- [#7934](https://github.com/influxdata/telegraf/pull/7934) `inputs.sqlserver` Database_type config to Split up sql queries by engine type
|
||||
- [#7986](https://github.com/influxdata/telegraf/pull/7986) `inputs.http_listener_v2` make http header tags case insensitive
|
||||
- [#8018](https://github.com/influxdata/telegraf/pull/8018) `processors.ifname` Add addTag debugging in ifname plugin
|
||||
- [#8019](https://github.com/influxdata/telegraf/pull/8019) `outputs.elasticsearch` added force_document_id option to ES output enable resend data and avoiding duplicated ES documents
|
||||
- [#8025](https://github.com/influxdata/telegraf/pull/8025) `inputs.aerospike` Add set, and histogram reporting to aerospike telegraf plugin
|
||||
|
|
@ -47,21 +43,14 @@
|
|||
- [#7818](https://github.com/influxdata/telegraf/pull/7818) `build` Fix darwin package build flags
|
||||
- [#7819](https://github.com/influxdata/telegraf/pull/7819) `inputs.tail` Close file to ensure it has been flushed
|
||||
- [#7853](https://github.com/influxdata/telegraf/pull/7853) Initialize aggregation processors
|
||||
- [#7861](https://github.com/influxdata/telegraf/pull/7861) `inputs.ping` Fix Ping Input plugin for FreeBSD's ping6
|
||||
- [#7867](https://github.com/influxdata/telegraf/pull/7867) `inputs.execd` fix issue with execd restart_delay being ignored
|
||||
- [#7869](https://github.com/influxdata/telegraf/pull/7869) `inputs.modbus` Fix/extend support of fixed point values on input (modbus plugin)
|
||||
- [#7872](https://github.com/influxdata/telegraf/pull/7872) `inputs.gnmi` Recv next message after send returns EOF
|
||||
- [#7877](https://github.com/influxdata/telegraf/pull/7877) Fix arch name in deb/rpm builds
|
||||
- [#7908](https://github.com/influxdata/telegraf/pull/7908) `outputs.opentsdb` Skip NaN and Inf values (JSON does not support)
|
||||
- [#7909](https://github.com/influxdata/telegraf/pull/7909) fixes issue with rpm /var/log/telegraf permissions
|
||||
- [#7918](https://github.com/influxdata/telegraf/pull/7918) `inputs.net` fix broken link to proc.c
|
||||
- [#7927](https://github.com/influxdata/telegraf/pull/7927) `inputs.tail` Fix tail following on EOF
|
||||
- [#7996](https://github.com/influxdata/telegraf/pull/7996) `common.shim` fix issue with shim use of config.Duration
|
||||
- [#8005](https://github.com/influxdata/telegraf/pull/8005) Fix docker-image make target
|
||||
- [#8006](https://github.com/influxdata/telegraf/pull/8006) `inputs.eventhub_consumer` Fix string to int conversion in eventhub consumer
|
||||
- [#8026](https://github.com/influxdata/telegraf/pull/8026) `inputs.vsphere` vSphere Fixed missing clustername issue 7878
|
||||
- [#8039](https://github.com/influxdata/telegraf/pull/8039) `serializers.splunkmetric` Remove Event field as it is causing issues with pre-trained source types
|
||||
- [#8052](https://github.com/influxdata/telegraf/pull/8052) `common.shim` fix bug in shim logger affecting AddError
|
||||
- [#8071](https://github.com/influxdata/telegraf/pull/8071) `inputs.kubernetes` add missing error check for HTTP req failure
|
||||
- [#8145](https://github.com/influxdata/telegraf/pull/8145) `processors.execd` Increased the maximum serialized metric size in line protocol
|
||||
- [#8159](https://github.com/influxdata/telegraf/pull/8159) `outputs.dynatrace` Dynatrace Output: change handling of monotonic counters
|
||||
|
|
|
|||
Loading…
Reference in New Issue