Fix bug fix typo in changelog (#8117)
This commit is contained in:
parent
06b85201c4
commit
77b36e0eb7
204
CHANGELOG.md
204
CHANGELOG.md
|
|
@ -16,7 +16,7 @@
|
|||
- [#7904](https://github.com/influxdata/telegraf/pull/7904) `inputs.clickhouse` add additional metrics to clickhouse input plugin
|
||||
- [#7986](https://github.com/influxdata/telegraf/pull/7986) `inputs.http_listener_v2` make http header tags case insensitive
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7819](https://github.com/influxdata/telegraf/pull/7819) `inputs.tail` Close file to ensure it has been flushed
|
||||
- [#7818](https://github.com/influxdata/telegraf/pull/7818) `build` Fix darwin package build flags
|
||||
|
|
@ -48,14 +48,14 @@
|
|||
|
||||
## v1.15.2 [2020-07-31]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7905](https://github.com/influxdata/telegraf/issues/7905): Fix RPM /var/log/telegraf permissions
|
||||
- [#7880](https://github.com/influxdata/telegraf/issues/7880): Fix tail following on EOF
|
||||
|
||||
## v1.15.1 [2020-07-22]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7877](https://github.com/influxdata/telegraf/pull/7877): Fix architecture in non-amd64 deb and rpm packages.
|
||||
|
||||
|
|
@ -151,7 +151,7 @@
|
|||
- [#7154](https://github.com/influxdata/telegraf/pull/7154): Add v3 metadata support to ecs input.
|
||||
- [#7792](https://github.com/influxdata/telegraf/pull/7792): Support utf-16 in file and tail inputs.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7371](https://github.com/influxdata/telegraf/issues/7371): Fix unable to write metrics to CloudWatch with IMDSv1 disabled.
|
||||
- [#7233](https://github.com/influxdata/telegraf/issues/7233): Fix vSphere 6.7 missing data issue.
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
## v1.14.5 [2020-06-30]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7686](https://github.com/influxdata/telegraf/pull/7686): Improve the performance of the procstat input.
|
||||
- [#7658](https://github.com/influxdata/telegraf/pull/7658): Fix ping exit code handling on non-Linux.
|
||||
|
|
@ -182,7 +182,7 @@
|
|||
|
||||
## v1.14.4 [2020-06-09]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7325](https://github.com/influxdata/telegraf/issues/7325): Fix "cannot insert the value NULL error" with PerformanceCounters query.
|
||||
- [#7579](https://github.com/influxdata/telegraf/pull/7579): Fix numeric to bool conversion in converter processor.
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
|
||||
## v1.14.3 [2020-05-19]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7412](https://github.com/influxdata/telegraf/pull/7412): Use same timestamp for all objects in arrays in the json parser.
|
||||
- [#7343](https://github.com/influxdata/telegraf/issues/7343): Handle multiple metrics with the same timestamp in dedup processor.
|
||||
|
|
@ -200,7 +200,7 @@
|
|||
|
||||
## v1.14.2 [2020-04-28]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7241](https://github.com/influxdata/telegraf/issues/7241): Trim whitespace from instance tag in sqlserver input.
|
||||
- [#7322](https://github.com/influxdata/telegraf/issues/7322): Use increased AWS Cloudwatch GetMetricData limit of 500 metrics per call.
|
||||
|
|
@ -214,7 +214,7 @@
|
|||
|
||||
## v1.14.1 [2020-04-14]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#7236](https://github.com/influxdata/telegraf/issues/7236): Fix PerformanceCounter query performance degradation in sqlserver input.
|
||||
- [#7257](https://github.com/influxdata/telegraf/issues/7257): Fix error when using the Name field in template processor.
|
||||
|
|
@ -294,7 +294,7 @@
|
|||
- [#7150](https://github.com/influxdata/telegraf/pull/7150): Add option for explicitly including queries in sqlserver input.
|
||||
- [#7173](https://github.com/influxdata/telegraf/pull/7173): Add support for GNMI DecimalVal type to cisco_telemetry_gnmi.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6397](https://github.com/influxdata/telegraf/issues/6397): Fix conversion to floats in AzureDBResourceStats query in the sqlserver input.
|
||||
- [#6867](https://github.com/influxdata/telegraf/issues/6867): Fix case sensitive collation in sqlserver input.
|
||||
|
|
@ -314,7 +314,7 @@
|
|||
|
||||
- Official packages now built with Go 1.13.8.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6988](https://github.com/influxdata/telegraf/issues/6988): Parse NaN values from summary types in prometheus input.
|
||||
- [#6820](https://github.com/influxdata/telegraf/issues/6820): Fix pgbouncer input when used with newer pgbouncer versions.
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
|
||||
## v1.13.3 [2020-02-04]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5744](https://github.com/influxdata/telegraf/issues/5744): Fix kibana input with Kibana versions greater than 6.4.
|
||||
- [#6960](https://github.com/influxdata/telegraf/issues/6960): Fix duplicate TrackingIDs can be returned in queue consumer plugins.
|
||||
|
|
@ -335,7 +335,7 @@
|
|||
|
||||
## v1.13.2 [2020-01-21]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#2652](https://github.com/influxdata/telegraf/issues/2652): Warn without error when processes input is started on Windows.
|
||||
- [#6890](https://github.com/influxdata/telegraf/issues/6890): Only parse certificate blocks in x509_cert input.
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
|
||||
## v1.13.1 [2020-01-08]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6788](https://github.com/influxdata/telegraf/issues/6788): Fix ServerProperty query stops working on Azure after failover.
|
||||
- [#6803](https://github.com/influxdata/telegraf/pull/6803): Add leading period to OID in SNMP v1 generic traps.
|
||||
|
|
@ -433,7 +433,7 @@
|
|||
- [#6740](https://github.com/influxdata/telegraf/pull/6740): Add base64decode operation to string processor.
|
||||
- [#6790](https://github.com/influxdata/telegraf/pull/6790): Add option to control collecting global variables to mysql input.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6484](https://github.com/influxdata/telegraf/issues/6484): Show correct default settings in mysql sample config.
|
||||
- [#6583](https://github.com/influxdata/telegraf/issues/6583): Use 1h or 3h rain values as appropriate in openweathermap input.
|
||||
|
|
@ -450,7 +450,7 @@
|
|||
|
||||
## v1.12.6 [2019-11-19]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6666](https://github.com/influxdata/telegraf/issues/6666): Fix many plugin errors are logged at debug logging level.
|
||||
- [#6652](https://github.com/influxdata/telegraf/issues/6652): Use nanosecond precision in docker_log input.
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
|
||||
## v1.12.5 [2019-11-12]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6576](https://github.com/influxdata/telegraf/issues/6576): Fix incorrect results in ping input plugin.
|
||||
- [#6610](https://github.com/influxdata/telegraf/pull/6610): Add missing character replacement to sql_instance tag.
|
||||
|
|
@ -477,7 +477,7 @@
|
|||
|
||||
- Official packages built with Go 1.12.12.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6521](https://github.com/influxdata/telegraf/issues/6521): Fix metric generation with ping input native method.
|
||||
- [#6541](https://github.com/influxdata/telegraf/issues/6541): Exclude alias tag if unset from plugin internal stats.
|
||||
|
|
@ -485,7 +485,7 @@
|
|||
|
||||
## v1.12.3 [2019-10-07]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6445](https://github.com/influxdata/telegraf/issues/6445): Use batch serialization format in exec output.
|
||||
- [#6455](https://github.com/influxdata/telegraf/issues/6455): Build official packages with Go 1.12.10.
|
||||
|
|
@ -497,7 +497,7 @@
|
|||
|
||||
## v1.12.2 [2019-09-24]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6386](https://github.com/influxdata/telegraf/issues/6386): Fix detection of layout timestamps in csv and json parser.
|
||||
- [#6394](https://github.com/influxdata/telegraf/issues/6394): Fix parsing of BATTDATE in apcupsd input.
|
||||
|
|
@ -507,7 +507,7 @@
|
|||
|
||||
## v1.12.1 [2019-09-10]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6344](https://github.com/influxdata/telegraf/issues/6344): Fix depends on GLIBC_2.14 symbol version.
|
||||
- [#6329](https://github.com/influxdata/telegraf/issues/6329): Fix filecount for paths with trailing slash.
|
||||
|
|
@ -604,7 +604,7 @@
|
|||
- [#6207](https://github.com/influxdata/telegraf/pull/6207): Add ability to label inputs for logging.
|
||||
- [#6300](https://github.com/influxdata/telegraf/pull/6300): Add TLS support to nginx_plus, nginx_plus_api and nginx_vts.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5692](https://github.com/influxdata/telegraf/issues/5692): Fix sensor read error stops reporting of all sensors in temp input.
|
||||
- [#4356](https://github.com/influxdata/telegraf/issues/4356): Fix double pct replacement in sysstat input.
|
||||
|
|
@ -621,7 +621,7 @@
|
|||
|
||||
## v1.11.5 [2019-08-27]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6250](https://github.com/influxdata/telegraf/pull/6250): Update go-sql-driver/mysql driver to 1.4.1 to address auth issues.
|
||||
- [#6279](https://github.com/influxdata/telegraf/issues/6279): Return error status from --test if input plugins produce an error.
|
||||
|
|
@ -634,7 +634,7 @@
|
|||
|
||||
## v1.11.4 [2019-08-06]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6200](https://github.com/influxdata/telegraf/pull/6200): Correct typo in kubernetes logsfs_available_bytes field.
|
||||
- [#6191](https://github.com/influxdata/telegraf/issues/6191): Skip floats that are NaN or Inf in Datadog output.
|
||||
|
|
@ -642,7 +642,7 @@
|
|||
|
||||
## v1.11.3 [2019-07-23]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6054](https://github.com/influxdata/telegraf/issues/6054): Fix unable to reconnect after vCenter reboot in vsphere input.
|
||||
- [#6073](https://github.com/influxdata/telegraf/issues/6073): Handle unknown error in nvidia-smi output.
|
||||
|
|
@ -655,7 +655,7 @@
|
|||
|
||||
## v1.11.2 [2019-07-09]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#6056](https://github.com/influxdata/telegraf/pull/6056): Fix source address ping flag on BSD.
|
||||
- [#6059](https://github.com/influxdata/telegraf/issues/6059): Fix value out of range error on 32-bit systems in bind input.
|
||||
|
|
@ -666,7 +666,7 @@
|
|||
|
||||
## v1.11.1 [2019-06-25]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5980](https://github.com/influxdata/telegraf/issues/5980): Cannot set mount_points option in disk input.
|
||||
- [#5983](https://github.com/influxdata/telegraf/issues/5983): Omit keys when creating measurement names for GNMI telemetry.
|
||||
|
|
@ -743,7 +743,7 @@
|
|||
- [#5547](https://github.com/influxdata/telegraf/pull/5547): Add file rotation support to the file output.
|
||||
- [#5955](https://github.com/influxdata/telegraf/pull/5955): Add source tag to hddtemp plugin.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5692](https://github.com/influxdata/telegraf/pull/5692): Temperature input plugin stops working when WiFi is turned off.
|
||||
- [#5631](https://github.com/influxdata/telegraf/pull/5631): Create Windows service only when specified or in service manager.
|
||||
|
|
@ -769,7 +769,7 @@
|
|||
|
||||
## v1.10.4 [2019-05-14]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5764](https://github.com/influxdata/telegraf/pull/5764): Fix race condition in the Wavefront parser.
|
||||
- [#5783](https://github.com/influxdata/telegraf/pull/5783): Create telegraf user in pre-install rpm scriptlet.
|
||||
|
|
@ -783,7 +783,7 @@
|
|||
|
||||
## v1.10.3 [2019-04-16]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5680](https://github.com/influxdata/telegraf/pull/5680): Allow colons in metric names in prometheus_client output.
|
||||
- [#5716](https://github.com/influxdata/telegraf/pull/5716): Set log directory attributes in rpm spec.
|
||||
|
|
@ -796,7 +796,7 @@
|
|||
the grok parser. If you are capturing quoted strings you may need to update
|
||||
the patterns.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5612](https://github.com/influxdata/telegraf/pull/5612): Fix deadlock when Telegraf is aligning aggregators.
|
||||
- [#5523](https://github.com/influxdata/telegraf/issues/5523): Fix missing cluster stats in ceph input.
|
||||
|
|
@ -816,7 +816,7 @@
|
|||
|
||||
## v1.10.1 [2019-03-19]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5448](https://github.com/influxdata/telegraf/issues/5448): Show error when TLS configuration cannot be loaded.
|
||||
- [#5543](https://github.com/influxdata/telegraf/pull/5543): Add Base64-encoding/decoding for Google Cloud PubSub plugins.
|
||||
|
|
@ -886,7 +886,7 @@
|
|||
- [#5490](https://github.com/influxdata/telegraf/pull/5490): Add tag based routing in influxdb/influxdb_v2 outputs.
|
||||
- [#5533](https://github.com/influxdata/telegraf/pull/5533): Allow grok parser to produce metrics with no fields.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#4610](https://github.com/influxdata/telegraf/pull/4610): Fix initscript removes pidfile of restarted Telegraf process.
|
||||
- [#5320](https://github.com/influxdata/telegraf/pull/5320): Use datacenter option spelling in consul input.
|
||||
|
|
@ -902,7 +902,7 @@
|
|||
|
||||
## v1.9.5 [2019-02-26]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5315](https://github.com/influxdata/telegraf/issues/5315): Skip string fields when writing to stackdriver output.
|
||||
- [#5364](https://github.com/influxdata/telegraf/issues/5364): Send metrics in ascending time order in stackdriver output.
|
||||
|
|
@ -916,7 +916,7 @@
|
|||
|
||||
## v1.9.4 [2019-02-05]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5334](https://github.com/influxdata/telegraf/issues/5334): Fix skip_rows and skip_columns options in csv parser.
|
||||
- [#5181](https://github.com/influxdata/telegraf/issues/5181): Always send basic auth in jenkins input.
|
||||
|
|
@ -925,7 +925,7 @@
|
|||
|
||||
## v1.9.3 [2019-01-22]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5261](https://github.com/influxdata/telegraf/pull/5261): Fix arithmetic overflow in sqlserver input.
|
||||
- [#5194](https://github.com/influxdata/telegraf/issues/5194): Fix latest metrics not sent first when output fails.
|
||||
|
|
@ -936,7 +936,7 @@
|
|||
|
||||
## v1.9.2 [2019-01-08]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5130](https://github.com/influxdata/telegraf/pull/5130): Increase varnishstat timeout.
|
||||
- [#5135](https://github.com/influxdata/telegraf/pull/5135): Remove storage calculation for non Azure managed instances and add server version.
|
||||
|
|
@ -955,7 +955,7 @@
|
|||
|
||||
## v1.9.1 [2018-12-11]
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#5006](https://github.com/influxdata/telegraf/issues/5006): Fix boolean handling in splunkmetric serializer.
|
||||
- [#5046](https://github.com/influxdata/telegraf/issues/5046): Set default config values in jenkins input.
|
||||
|
|
@ -1024,7 +1024,7 @@
|
|||
- [#4920](https://github.com/influxdata/telegraf/pull/4920): Add scraping for Prometheus endpoint in Kubernetes.
|
||||
- [#4938](https://github.com/influxdata/telegraf/pull/4938): Add per output flush_interval, metric_buffer_limit and metric_batch_size.
|
||||
|
||||
#### Bugfixes
|
||||
#### Bug Fixes
|
||||
|
||||
- [#4950](https://github.com/influxdata/telegraf/pull/4950): Remove the time_key from the field values in JSON parser.
|
||||
- [#3968](https://github.com/influxdata/telegraf/issues/3968): Fix input time rounding when using a custom interval.
|
||||
|
|
@ -1037,7 +1037,7 @@
|
|||
|
||||
## v1.8.3 [2018-10-30]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4873](https://github.com/influxdata/telegraf/pull/4873): Add DN attributes as tags in x509_cert input to avoid series overwrite.
|
||||
- [#4921](https://github.com/influxdata/telegraf/issues/4921): Prevent connection leak by closing unused connections in amqp output.
|
||||
|
|
@ -1049,7 +1049,7 @@
|
|||
|
||||
## v1.8.2 [2018-10-17]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4844](https://github.com/influxdata/telegraf/pull/4844): Update write path to match updated InfluxDB v2 API.
|
||||
- [#4840](https://github.com/influxdata/telegraf/pull/4840): Fix missing timeouts in vsphere input.
|
||||
|
|
@ -1064,7 +1064,7 @@
|
|||
|
||||
## v1.8.1 [2018-10-03]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4750](https://github.com/influxdata/telegraf/pull/4750): Fix hardware_type may be truncated in sqlserver input.
|
||||
- [#4723](https://github.com/influxdata/telegraf/issues/4723): Improve performance in basicstats aggregator.
|
||||
|
|
@ -1188,7 +1188,7 @@
|
|||
- [#4682](https://github.com/influxdata/telegraf/pull/4682): Allow alternate binaries for iptables input plugin.
|
||||
- [#4645](https://github.com/influxdata/telegraf/pull/4645): Add influxdb_v2 output plugin.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3438](https://github.com/influxdata/telegraf/issues/3438): Fix divide by zero in logparser input.
|
||||
- [#4499](https://github.com/influxdata/telegraf/issues/4499): Fix instance and object name in performance counters with backslashes.
|
||||
|
|
@ -1205,7 +1205,7 @@
|
|||
|
||||
## v1.7.4 [2018-08-29]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4534](https://github.com/influxdata/telegraf/pull/4534): Skip unserializable metric in influxDB UDP output.
|
||||
- [#4554](https://github.com/influxdata/telegraf/pull/4554): Fix powerdns input tests.
|
||||
|
|
@ -1218,7 +1218,7 @@
|
|||
|
||||
## v1.7.3 [2018-08-07]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4434](https://github.com/influxdata/telegraf/issues/4434): Reduce required docker API version.
|
||||
- [#4498](https://github.com/influxdata/telegraf/pull/4498): Keep leading whitespace for messages in syslog input.
|
||||
|
|
@ -1230,7 +1230,7 @@
|
|||
|
||||
## v1.7.2 [2018-07-18]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4381](https://github.com/influxdata/telegraf/issues/4381): Use localhost as default server tag in zookeeper input.
|
||||
- [#4374](https://github.com/influxdata/telegraf/issues/4374): Don't set values when pattern doesn't match in regex processor.
|
||||
|
|
@ -1242,7 +1242,7 @@
|
|||
|
||||
## v1.7.1 [2018-07-03]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4277](https://github.com/influxdata/telegraf/pull/4277): Treat sigterm as a clean shutdown signal.
|
||||
- [#4284](https://github.com/influxdata/telegraf/pull/4284): Fix selection of tags under nested objects in the JSON parser.
|
||||
|
|
@ -1319,7 +1319,7 @@
|
|||
- [#3995](https://github.com/influxdata/telegraf/pull/3995): Add passive mode exchange declaration option to amqp consumer input.
|
||||
- [#4216](https://github.com/influxdata/telegraf/pull/4216): Add counter fields to pf input.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4018](https://github.com/influxdata/telegraf/pull/4018): Write to working file outputs if any files are not writeable.
|
||||
- [#4036](https://github.com/influxdata/telegraf/pull/4036): Add all win_perf_counters fields for a series in a single metric.
|
||||
|
|
@ -1333,7 +1333,7 @@
|
|||
|
||||
## v1.6.4 [2018-06-05]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4203](https://github.com/influxdata/telegraf/issues/4203): Fix snmp overriding of auto-configured table fields.
|
||||
- [#4218](https://github.com/influxdata/telegraf/issues/4218): Fix uint support in cloudwatch output.
|
||||
|
|
@ -1342,7 +1342,7 @@
|
|||
|
||||
## v1.6.3 [2018-05-21]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4127](https://github.com/influxdata/telegraf/issues/4127): Fix intermittent panic in aerospike input.
|
||||
- [#4130](https://github.com/influxdata/telegraf/issues/4130): Fix connection leak in jolokia2_agent.
|
||||
|
|
@ -1353,7 +1353,7 @@
|
|||
|
||||
## v1.6.2 [2018-05-08]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#4078](https://github.com/influxdata/telegraf/pull/4078): Use same timestamp for fields in system input.
|
||||
- [#4091](https://github.com/influxdata/telegraf/pull/4091): Fix handling of uint64 in datadog output.
|
||||
|
|
@ -1363,7 +1363,7 @@
|
|||
|
||||
## v1.6.1 [2018-04-23]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3835](https://github.com/influxdata/telegraf/issues/3835): Report mem input fields as gauges instead counters.
|
||||
- [#4030](https://github.com/influxdata/telegraf/issues/4030): Fix graphite outputs unsigned integers in wrong format.
|
||||
|
|
@ -1472,7 +1472,7 @@
|
|||
- [#3811](https://github.com/influxdata/telegraf/pull/3811): Add TLS support to zookeeper input.
|
||||
- [#2737](https://github.com/influxdata/telegraf/issues/2737): Add filters for container state to docker input.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1896](https://github.com/influxdata/telegraf/issues/1896): Fix various mysql data type conversions.
|
||||
- [#3810](https://github.com/influxdata/telegraf/issues/3810): Fix metric buffer limit in internal plugin after reload.
|
||||
|
|
@ -1489,7 +1489,7 @@
|
|||
|
||||
## v1.5.3 [2018-03-14]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3729](https://github.com/influxdata/telegraf/issues/3729): Set path to / if HOST_MOUNT_PREFIX matches full path.
|
||||
- [#3739](https://github.com/influxdata/telegraf/issues/3739): Remove userinfo from url tag in prometheus input.
|
||||
|
|
@ -1501,7 +1501,7 @@
|
|||
|
||||
## v1.5.2 [2018-01-30]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3684](https://github.com/influxdata/telegraf/pull/3684): Ignore empty lines in Graphite plaintext.
|
||||
- [#3604](https://github.com/influxdata/telegraf/issues/3604): Fix index out of bounds error in solr input plugin.
|
||||
|
|
@ -1515,7 +1515,7 @@
|
|||
|
||||
## v1.5.1 [2018-01-10]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3624](https://github.com/influxdata/telegraf/pull/3624): Fix name error in jolokia2_agent sample config.
|
||||
- [#3625](https://github.com/influxdata/telegraf/pull/3625): Fix DC/OS login expiration time.
|
||||
|
|
@ -1611,7 +1611,7 @@
|
|||
- [#3528](https://github.com/influxdata/telegraf/pull/3528): Add option to amqp output to publish persistent messages.
|
||||
- [#3530](https://github.com/influxdata/telegraf/pull/3530): Support I (idle) process state on procfs+Linux.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3136](https://github.com/influxdata/telegraf/issues/3136): Fix webhooks input address in use during reload.
|
||||
- [#3258](https://github.com/influxdata/telegraf/issues/3258): Unlock Statsd when stopping to prevent deadlock.
|
||||
|
|
@ -1630,7 +1630,7 @@
|
|||
|
||||
## v1.4.5 [2017-12-01]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3500](https://github.com/influxdata/telegraf/issues/3500): Fix global variable collection when using interval_slow option in mysql input.
|
||||
- [#3486](https://github.com/influxdata/telegraf/issues/3486): Fix error getting net connections info in netstat input.
|
||||
|
|
@ -1638,7 +1638,7 @@
|
|||
|
||||
## v1.4.4 [2017-11-08]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3401](https://github.com/influxdata/telegraf/pull/3401): Use schema specified in mqtt_consumer input.
|
||||
- [#3419](https://github.com/influxdata/telegraf/issues/3419): Redact datadog API key in log output.
|
||||
|
|
@ -1648,7 +1648,7 @@
|
|||
|
||||
## v1.4.3 [2017-10-25]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3327](https://github.com/influxdata/telegraf/issues/3327): Fix container name filters in docker input.
|
||||
- [#3321](https://github.com/influxdata/telegraf/issues/3321): Fix snmpwalk address format in leofs input.
|
||||
|
|
@ -1664,7 +1664,7 @@
|
|||
|
||||
## v1.4.2 [2017-10-10]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3259](https://github.com/influxdata/telegraf/issues/3259): Fix error if int larger than 32-bit in /proc/vmstat.
|
||||
- [#3265](https://github.com/influxdata/telegraf/issues/3265): Fix parsing of JSON with a UTF8 BOM in httpjson.
|
||||
|
|
@ -1678,7 +1678,7 @@
|
|||
|
||||
## v1.4.1 [2017-09-26]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3167](https://github.com/influxdata/telegraf/issues/3167): Fix MQTT input exits if Broker is not available on startup.
|
||||
- [#3217](https://github.com/influxdata/telegraf/issues/3217): Fix optional field value conversions in fluentd input.
|
||||
|
|
@ -1755,7 +1755,7 @@
|
|||
- [#3112](https://github.com/influxdata/telegraf/pull/3112): Add tomcat input plugin.
|
||||
- [#3182](https://github.com/influxdata/telegraf/pull/3182): HTTP headers can be added to InfluxDB output.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2607](https://github.com/influxdata/telegraf/issues/2607): Improve logging of errors in Cassandra input.
|
||||
- [#2819](https://github.com/influxdata/telegraf/pull/2819): [enh] set db_version at 0 if query version fails
|
||||
|
|
@ -1798,7 +1798,7 @@
|
|||
|
||||
## v1.3.5 [2017-07-26]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3049](https://github.com/influxdata/telegraf/issues/3049): Fix prometheus output cannot be reloaded.
|
||||
- [#3037](https://github.com/influxdata/telegraf/issues/3037): Fix filestat reporting exists when cannot list directory.
|
||||
|
|
@ -1807,7 +1807,7 @@
|
|||
|
||||
## v1.3.4 [2017-07-12]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#3001](https://github.com/influxdata/telegraf/issues/3001): Fix handling of escape characters within fields.
|
||||
- [#2988](https://github.com/influxdata/telegraf/issues/2988): Fix chrony plugin does not track system time offset.
|
||||
|
|
@ -1816,7 +1816,7 @@
|
|||
|
||||
## v1.3.3 [2017-06-28]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2915](https://github.com/influxdata/telegraf/issues/2915): Allow dos line endings in tail and logparser.
|
||||
- [#2937](https://github.com/influxdata/telegraf/issues/2937): Remove label value sanitization in prometheus output.
|
||||
|
|
@ -1825,7 +1825,7 @@
|
|||
|
||||
## v1.3.2 [2017-06-14]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2862](https://github.com/influxdata/telegraf/issues/2862): Fix InfluxDB UDP metric splitting.
|
||||
- [#2888](https://github.com/influxdata/telegraf/issues/2888): Fix mongodb/leofs urls without scheme.
|
||||
|
|
@ -1833,7 +1833,7 @@
|
|||
|
||||
## v1.3.1 [2017-05-31]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2749](https://github.com/influxdata/telegraf/pull/2749): Fixed sqlserver input to work with case sensitive server collation.
|
||||
- [#2782](https://github.com/influxdata/telegraf/pull/2782): Reuse transports in input plugins
|
||||
|
|
@ -1928,7 +1928,7 @@ be deprecated eventually.
|
|||
- [#2712](https://github.com/influxdata/telegraf/issues/2712): Documentation for rabbitmq input plugin
|
||||
- [#2141](https://github.com/influxdata/telegraf/pull/2141): Logparser handles newly-created files.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2633](https://github.com/influxdata/telegraf/pull/2633): ipmi_sensor: allow @ symbol in password
|
||||
- [#2077](https://github.com/influxdata/telegraf/issues/2077): SQL Server Input - Arithmetic overflow error converting numeric to data type int.
|
||||
|
|
@ -1970,7 +1970,7 @@ be deprecated eventually.
|
|||
|
||||
## v1.2.1 [2017-02-01]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2317](https://github.com/influxdata/telegraf/issues/2317): Fix segfault on nil metrics with influxdb output.
|
||||
- [#2324](https://github.com/influxdata/telegraf/issues/2324): Fix negative number handling.
|
||||
|
|
@ -2027,7 +2027,7 @@ plugins, not just statsd.
|
|||
- [#2097](https://github.com/influxdata/telegraf/issues/2097): Configurable HTTP timeouts in Jolokia plugin
|
||||
- [#2255](https://github.com/influxdata/telegraf/pull/2255): Allow changing jolokia attribute delimiter
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2049](https://github.com/influxdata/telegraf/pull/2049): Fix the Value data format not trimming null characters from input.
|
||||
- [#1949](https://github.com/influxdata/telegraf/issues/1949): Fix windows `net` plugin.
|
||||
|
|
@ -2055,14 +2055,14 @@ plugins, not just statsd.
|
|||
|
||||
## v1.1.2 [2016-12-12]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2007](https://github.com/influxdata/telegraf/issues/2007): Make snmptranslate not required when using numeric OID.
|
||||
- [#2104](https://github.com/influxdata/telegraf/issues/2104): Add a global snmp translation cache.
|
||||
|
||||
## v1.1.1 [2016-11-14]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#2023](https://github.com/influxdata/telegraf/issues/2023): Fix issue parsing toml durations with single quotes.
|
||||
|
||||
|
|
@ -2109,7 +2109,7 @@ continue sending logs to /var/log/telegraf/telegraf.log.
|
|||
- [#1700](https://github.com/influxdata/telegraf/pull/1700): HAProxy plugin socket glob matching.
|
||||
- [#1847](https://github.com/influxdata/telegraf/pull/1847): Add Kubernetes plugin for retrieving pod metrics.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1955](https://github.com/influxdata/telegraf/issues/1955): Fix NATS plug-ins reconnection logic.
|
||||
- [#1936](https://github.com/influxdata/telegraf/issues/1936): Set required default values in udp_listener & tcp_listener.
|
||||
|
|
@ -2145,7 +2145,7 @@ continue sending logs to /var/log/telegraf/telegraf.log.
|
|||
|
||||
## v1.0.1 [2016-09-26]
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1775](https://github.com/influxdata/telegraf/issues/1775): Prometheus output: Fix bug with multi-batch writes.
|
||||
- [#1738](https://github.com/influxdata/telegraf/issues/1738): Fix unmarshal of influxdb metrics with null tags.
|
||||
|
|
@ -2248,7 +2248,7 @@ consistent with the behavior of `collection_jitter`.
|
|||
- [#1414](https://github.com/influxdata/telegraf/pull/1414): Forking sensors command to remove C package dependency.
|
||||
- [#1389](https://github.com/influxdata/telegraf/pull/1389): Add a new SNMP plugin.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1619](https://github.com/influxdata/telegraf/issues/1619): Fix `make windows` build target
|
||||
- [#1519](https://github.com/influxdata/telegraf/pull/1519): Fix error race conditions and partial failures.
|
||||
|
|
@ -2322,7 +2322,7 @@ to "stdout".
|
|||
- [#479](https://github.com/influxdata/telegraf/issues/479): per-plugin execution time added to debug output.
|
||||
- [#1249](https://github.com/influxdata/telegraf/issues/1249): influxdb output: added write_consistency argument.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1195](https://github.com/influxdata/telegraf/pull/1195): Docker panic on timeout. Thanks @zstyblik!
|
||||
- [#1211](https://github.com/influxdata/telegraf/pull/1211): mongodb input. Fix possible panic. Thanks @kols!
|
||||
|
|
@ -2416,7 +2416,7 @@ It is not included on the report path. This is necessary for reporting host disk
|
|||
- [#1128](https://github.com/influxdata/telegraf/pull/1128): MongoDB jumbo chunks metric for MongoDB input plugin
|
||||
- [#1146](https://github.com/influxdata/telegraf/pull/1146): HAProxy socket support. Thanks weshmashian!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
- [#1050](https://github.com/influxdata/telegraf/issues/1050): jolokia plugin - do not overwrite host tag. Thanks @saiello!
|
||||
- [#921](https://github.com/influxdata/telegraf/pull/921): mqtt_consumer stops gathering metrics. Thanks @chaton78!
|
||||
|
|
@ -2462,7 +2462,7 @@ because the `value` field is redundant in the graphite/librato context.
|
|||
- [#1001](https://github.com/influxdata/telegraf/pull/1001): Graphite serializer templates.
|
||||
- [#1008](https://github.com/influxdata/telegraf/pull/1008): Adding memstats metrics to the influxdb plugin.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#968](https://github.com/influxdata/telegraf/issues/968): Processes plugin gets unknown state when spaces are in (command name)
|
||||
- [#969](https://github.com/influxdata/telegraf/pull/969): ipmi_sensors: allow : in password. Thanks @awaw!
|
||||
- [#972](https://github.com/influxdata/telegraf/pull/972): dovecot: remove extra newline in dovecot command. Thanks @mrannanj!
|
||||
|
|
@ -2489,7 +2489,7 @@ because the `value` field is redundant in the graphite/librato context.
|
|||
- [#919](https://github.com/influxdata/telegraf/pull/919): ipmi_sensor input plugin. Thanks @ebookbug!
|
||||
- [#945](https://github.com/influxdata/telegraf/pull/945): KAFKA output: codec, acks, and retry configuration. Thanks @framiere!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#890](https://github.com/influxdata/telegraf/issues/890): Create TLS config even if only ssl_ca is provided.
|
||||
- [#884](https://github.com/influxdata/telegraf/issues/884): Do not call write method if there are 0 metrics to write.
|
||||
- [#898](https://github.com/influxdata/telegraf/issues/898): Put database name in quotes, fixes special characters in the database name.
|
||||
|
|
@ -2510,7 +2510,7 @@ because the `value` field is redundant in the graphite/librato context.
|
|||
- [#747](https://github.com/influxdata/telegraf/pull/747): Start telegraf on install & remove on uninstall. Thanks @PierreF!
|
||||
- [#794](https://github.com/influxdata/telegraf/pull/794): Add service reload ability. Thanks @entertainyou!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#852](https://github.com/influxdata/telegraf/issues/852): Windows zip package fix
|
||||
- [#859](https://github.com/influxdata/telegraf/issues/859): httpjson plugin panic
|
||||
|
||||
|
|
@ -2535,7 +2535,7 @@ because the `value` field is redundant in the graphite/librato context.
|
|||
- [#826](https://github.com/influxdata/telegraf/pull/826): "kernel" linux plugin for /proc/stat metrics (context switches, interrupts, etc.)
|
||||
- [#847](https://github.com/influxdata/telegraf/pull/847): `ntpq`: Input plugin for running ntp query executable and gathering metrics.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#748](https://github.com/influxdata/telegraf/issues/748): Fix sensor plugin split on ":"
|
||||
- [#722](https://github.com/influxdata/telegraf/pull/722): Librato output plugin fixes. Thanks @chrusty!
|
||||
- [#745](https://github.com/influxdata/telegraf/issues/745): Fix Telegraf toml parse panic on large config files. Thanks @titilambert!
|
||||
|
|
@ -2553,7 +2553,7 @@ because the `value` field is redundant in the graphite/librato context.
|
|||
### Release Notes
|
||||
- Bug in the build script broke deb and rpm packages.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#750](https://github.com/influxdata/telegraf/issues/750): deb package broken
|
||||
- [#752](https://github.com/influxdata/telegraf/issues/752): rpm package broken
|
||||
|
||||
|
|
@ -2573,7 +2573,7 @@ on the metric _name_.
|
|||
- [#736](https://github.com/influxdata/telegraf/pull/736): Ignore dummy filesystems from disk plugin. Thanks @PierreF!
|
||||
- [#737](https://github.com/influxdata/telegraf/pull/737): Support multiple fields for statsd input. Thanks @mattheath!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#701](https://github.com/influxdata/telegraf/pull/701): output write count shouldnt print in quiet mode.
|
||||
- [#746](https://github.com/influxdata/telegraf/pull/746): httpjson plugin: Fix HTTP GET parameters.
|
||||
|
||||
|
|
@ -2609,7 +2609,7 @@ and is in the `[agent]` config section.
|
|||
- [#699](https://github.com/influxdata/telegraf/pull/699): Flush based on buffer size rather than time.
|
||||
- [#682](https://github.com/influxdata/telegraf/pull/682): Mesos input plugin. Thanks @tripledes!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.
|
||||
- [#662](https://github.com/influxdata/telegraf/pull/667): Change `[tags]` to `[global_tags]` to fix multiple-plugin tags bug.
|
||||
- [#642](https://github.com/influxdata/telegraf/issues/642): Riemann output plugin issues.
|
||||
|
|
@ -2636,7 +2636,7 @@ doing the opposite of what it claimed to do (yikes). It's been replaced by
|
|||
- [#617](https://github.com/influxdata/telegraf/pull/617): exec plugin: parse influx line protocol in addition to JSON.
|
||||
- [#628](https://github.com/influxdata/telegraf/pull/628): Windows perf counters: pre-vista support
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#595](https://github.com/influxdata/telegraf/issues/595): graphite output should include tags to separate duplicate measurements.
|
||||
- [#599](https://github.com/influxdata/telegraf/issues/599): datadog plugin tags not working.
|
||||
- [#600](https://github.com/influxdata/telegraf/issues/600): datadog measurement/field name parsing is wrong.
|
||||
|
|
@ -2681,7 +2681,7 @@ specifying a docker endpoint to get metrics from.
|
|||
- [#573](https://github.com/influxdata/telegraf/pull/573): Github webhooks consumer input. Thanks @jackzampolin!
|
||||
- [#471](https://github.com/influxdata/telegraf/pull/471): httpjson request headers. Thanks @asosso!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#506](https://github.com/influxdata/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!
|
||||
- [#508](https://github.com/influxdata/telegraf/pull/508): Fix prometheus cardinality issue with the `net` plugin
|
||||
- [#499](https://github.com/influxdata/telegraf/issues/499) & [#502](https://github.com/influxdata/telegraf/issues/502): php fpm unix socket and other fixes, thanks @kureikain!
|
||||
|
|
@ -2727,7 +2727,7 @@ configurations overwritten by the upgrade. There is a backup stored at
|
|||
(`name_prefix` and `name_suffix`)
|
||||
- Added ability to override base plugin measurement name. (`name_override`)
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
## v0.2.5 [unreleased]
|
||||
|
||||
|
|
@ -2736,7 +2736,7 @@ configurations overwritten by the upgrade. There is a backup stored at
|
|||
- [#428](https://github.com/influxdata/telegraf/pull/428): Amazon Kinesis output. Thanks @jimmystewpot!
|
||||
- [#449](https://github.com/influxdata/telegraf/pull/449): influxdb plugin, thanks @mark-rushakoff
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#430](https://github.com/influxdata/telegraf/issues/430): Network statistics removed in elasticsearch 2.1. Thanks @jipperinbham!
|
||||
- [#452](https://github.com/influxdata/telegraf/issues/452): Elasticsearch open file handles error. Thanks @jipperinbham!
|
||||
|
||||
|
|
@ -2752,7 +2752,7 @@ configurations overwritten by the upgrade. There is a backup stored at
|
|||
- [#382](https://github.com/influxdata/telegraf/pull/382): Add system wide network protocol stats to `net` plugin.
|
||||
- [#401](https://github.com/influxdata/telegraf/pull/401): Support pass/drop/tagpass/tagdrop for outputs. Thanks @oldmantaiter!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#405](https://github.com/influxdata/telegraf/issues/405): Prometheus output cardinality issue
|
||||
- [#388](https://github.com/influxdata/telegraf/issues/388): Fix collection hangup when cpu times decrement.
|
||||
|
||||
|
|
@ -2789,7 +2789,7 @@ same type can be specified, like this:
|
|||
- [#383](https://github.com/influxdata/telegraf/pull/383): Specify plugins as a list.
|
||||
- [#354](https://github.com/influxdata/telegraf/pull/354): Add ability to specify multiple metrics in one statsd line. Thanks @MerlinDMC!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#371](https://github.com/influxdata/telegraf/issues/371): Kafka consumer plugin not functioning.
|
||||
- [#389](https://github.com/influxdata/telegraf/issues/389): NaN value panic
|
||||
|
||||
|
|
@ -2799,7 +2799,7 @@ same type can be specified, like this:
|
|||
- 0.2.1 has a bug where all lists within plugins get duplicated, this includes
|
||||
lists of servers/URLs. 0.2.2 is being released solely to fix that bug
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#377](https://github.com/influxdata/telegraf/pull/377): Fix for duplicate slices in inputs.
|
||||
|
||||
## v0.2.1 [2015-11-16]
|
||||
|
|
@ -2828,7 +2828,7 @@ same type.
|
|||
- [#370](https://github.com/influxdata/telegraf/pull/370): Support specifying multiple outputs, as lists.
|
||||
- [#372](https://github.com/influxdata/telegraf/pull/372): Remove gosigar and update go-dockerclient for FreeBSD support. Thanks @MerlinDMC!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#331](https://github.com/influxdata/telegraf/pull/331): Dont overwrite host tag in redis plugin.
|
||||
- [#336](https://github.com/influxdata/telegraf/pull/336): Mongodb plugin should take 2 measurements.
|
||||
- [#351](https://github.com/influxdata/telegraf/issues/317): Fix continual "CREATE DATABASE" in writes
|
||||
|
|
@ -2876,7 +2876,7 @@ of metrics collected and from how many inputs.
|
|||
- [#300](https://github.com/influxdata/telegraf/issues/300): aerospike plugin. Thanks @oldmantaiter!
|
||||
- [#322](https://github.com/influxdata/telegraf/issues/322): Librato output. Thanks @jipperinbham!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#228](https://github.com/influxdata/telegraf/pull/228): New version of package will replace old one. Thanks @ekini!
|
||||
- [#232](https://github.com/influxdata/telegraf/pull/232): Fix bashism run during deb package installation. Thanks @yankcrime!
|
||||
- [#261](https://github.com/influxdata/telegraf/issues/260): RabbitMQ panics if wrong credentials given. Thanks @ekini!
|
||||
|
|
@ -2919,7 +2919,7 @@ re-added in a "verbose" mode if there is demand for it.
|
|||
- [#217](https://github.com/influxdata/telegraf/pull/217): Add filtering for output sinks
|
||||
and filtering when specifying a config file.
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#170](https://github.com/influxdata/telegraf/issues/170): Systemd support
|
||||
- [#175](https://github.com/influxdata/telegraf/issues/175): Set write precision before gathering metrics
|
||||
- [#178](https://github.com/influxdata/telegraf/issues/178): redis plugin, multiple server thread hang bug
|
||||
|
|
@ -2947,7 +2947,7 @@ and filtering when specifying a config file.
|
|||
- [#166](https://github.com/influxdata/telegraf/pull/166): Upload binaries to S3
|
||||
- [#169](https://github.com/influxdata/telegraf/pull/169): Ping plugin
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
|
||||
## v0.1.7 [2015-08-28]
|
||||
|
||||
|
|
@ -2960,7 +2960,7 @@ and filtering when specifying a config file.
|
|||
- [#142](https://github.com/influxdata/telegraf/pull/142): Add Description and SampleConfig funcs to output interface
|
||||
- Indent the toml config file for readability
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#128](https://github.com/influxdata/telegraf/issues/128): system_load measurement missing.
|
||||
- [#129](https://github.com/influxdata/telegraf/issues/129): Latest pkg url fix.
|
||||
- [#131](https://github.com/influxdata/telegraf/issues/131): Fix memory reporting on linux & darwin. Thanks @subhachandrachandra!
|
||||
|
|
@ -2973,7 +2973,7 @@ and filtering when specifying a config file.
|
|||
- [#116](https://github.com/influxdata/telegraf/pull/116): Use godep to vendor all dependencies
|
||||
- [#120](https://github.com/influxdata/telegraf/pull/120): Httpjson plugin. Thanks @jpalay & @alvaromorales!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#113](https://github.com/influxdata/telegraf/issues/113): Update README with Telegraf/InfluxDB compatibility
|
||||
- [#118](https://github.com/influxdata/telegraf/pull/118): Fix for disk usage stats in Windows. Thanks @srfraser!
|
||||
- [#122](https://github.com/influxdata/telegraf/issues/122): Fix for DiskUsage segv fault. Thanks @srfraser!
|
||||
|
|
@ -2999,7 +2999,7 @@ and filtering when specifying a config file.
|
|||
- [#108](https://github.com/influxdata/telegraf/issues/108): Support setting per-CPU and total-CPU gathering.
|
||||
- [#111](https://github.com/influxdata/telegraf/pull/111): Report CPU Usage in cpu plugin. Thanks @jpalay!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#85](https://github.com/influxdata/telegraf/pull/85): Fix GetLocalHost testutil function for mac users
|
||||
- [#89](https://github.com/influxdata/telegraf/pull/89): go fmt fixes
|
||||
- [#94](https://github.com/influxdata/telegraf/pull/94): Fix for issue #93, explicitly call sarama.v1 -> sarama
|
||||
|
|
@ -3011,7 +3011,7 @@ and filtering when specifying a config file.
|
|||
### Features
|
||||
- [#56](https://github.com/influxdata/telegraf/pull/56): Update README for Kafka plugin. Thanks @EmilS!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#50](https://github.com/influxdata/telegraf/pull/50): Fix init.sh script to use telegraf directory. Thanks @jseriff!
|
||||
- [#52](https://github.com/influxdata/telegraf/pull/52): Update CHANGELOG to reference updated directory. Thanks @benfb!
|
||||
|
||||
|
|
@ -3021,7 +3021,7 @@ and filtering when specifying a config file.
|
|||
- [#35](https://github.com/influxdata/telegraf/pull/35): Add Kafka plugin. Thanks @EmilS!
|
||||
- [#47](https://github.com/influxdata/telegraf/pull/47): Add RethinkDB plugin. Thanks @jipperinbham!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#45](https://github.com/influxdata/telegraf/pull/45): Skip disk tags that don't have a value. Thanks @jhofeditz!
|
||||
- [#43](https://github.com/influxdata/telegraf/pull/43): Fix bug in MySQL plugin. Thanks @marcosnils!
|
||||
|
||||
|
|
@ -3033,7 +3033,7 @@ and filtering when specifying a config file.
|
|||
- [#16](https://github.com/influxdata/telegraf/pull/16): Convert Redis to use URI, support Redis AUTH. Thanks @jipperinbham!
|
||||
- [#21](https://github.com/influxdata/telegraf/pull/21): Add memcached plugin. Thanks @Yukki!
|
||||
|
||||
### Bugfixes
|
||||
### Bug Fixes
|
||||
- [#13](https://github.com/influxdata/telegraf/pull/13): Fix the packaging script.
|
||||
- [#19](https://github.com/influxdata/telegraf/pull/19): Add host name to metric tags. Thanks @sherifzain!
|
||||
- [#20](https://github.com/influxdata/telegraf/pull/20): Fix race condition with accumulator mutex. Thanks @nkatsaros!
|
||||
|
|
|
|||
Loading…
Reference in New Issue