You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35-75Lines changed: 35 additions & 75 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,5 @@
1
1
## v1.0 [unreleased]
2
2
3
-
### Features
4
-
5
-
-[#1413](https://github.com/influxdata/telegraf/issues/1413): Separate container_version from container_image tag.
6
-
-[#1525](https://github.com/influxdata/telegraf/pull/1525): Support setting per-device and total metrics for Docker network and blockio.
7
-
-[#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats()
8
-
9
-
### Bugfixes
10
-
11
-
-[#1519](https://github.com/influxdata/telegraf/pull/1519): Fix error race conditions and partial failures.
-[#1430](https://github.com/influxdata/telegraf/issues/1430): Fix prometheus character sanitizing. Sanitize more win_perf_counters characters.
15
-
-[#1534](https://github.com/influxdata/telegraf/pull/1534): Add diskio io_time to FreeBSD & report timing metrics as ms (as linux does).
16
-
-[#1379](https://github.com/influxdata/telegraf/issues/1379): Fix covering Amazon Linux for post remove flow.
**Breaking Change**: Aerospike main server node measurements have been renamed
@@ -50,8 +32,15 @@ should now look like:
50
32
path = "/"
51
33
```
52
34
35
+
-`flush_jitter` behavior has been changed. The random jitter will now be
36
+
evaluated at every flush interval, rather than once at startup. This makes it
37
+
consistent with the behavior of `collection_jitter`.
38
+
53
39
### Features
54
40
41
+
-[#1413](https://github.com/influxdata/telegraf/issues/1413): Separate container_version from container_image tag.
42
+
-[#1525](https://github.com/influxdata/telegraf/pull/1525): Support setting per-device and total metrics for Docker network and blockio.
43
+
-[#1466](https://github.com/influxdata/telegraf/pull/1466): MongoDB input plugin: adding per DB stats from db.stats()
55
44
-[#1503](https://github.com/influxdata/telegraf/pull/1503): Add tls support for certs to RabbitMQ input plugin
56
45
-[#1289](https://github.com/influxdata/telegraf/pull/1289): webhooks input plugin. Thanks @francois2metz and @cduez!
-[#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
69
+
-[#1272](https://github.com/influxdata/telegraf/pull/1272): graphite parser: add ability to specify multiple tag keys, for consistency with influxdb parser.
70
+
-[#1265](https://github.com/influxdata/telegraf/pull/1265): Make dns lookups for chrony configurable. Thanks @zbindenren!
71
+
-[#1275](https://github.com/influxdata/telegraf/pull/1275): Allow wildcard filtering of varnish stats.
72
+
-[#1142](https://github.com/influxdata/telegraf/pull/1142): Support for glob patterns in exec plugin commands configuration.
73
+
-[#1278](https://github.com/influxdata/telegraf/pull/1278): RabbitMQ input: made url parameter optional by using DefaultURL (http://localhost:15672) if not specified
74
+
-[#1197](https://github.com/influxdata/telegraf/pull/1197): Limit AWS GetMetricStatistics requests to 10 per second.
75
+
-[#1278](https://github.com/influxdata/telegraf/pull/1278) & [#1288](https://github.com/influxdata/telegraf/pull/1288) & [#1295](https://github.com/influxdata/telegraf/pull/1295): RabbitMQ/Apache/InfluxDB inputs: made url(s) parameter optional by using reasonable input defaults if not specified
76
+
-[#1296](https://github.com/influxdata/telegraf/issues/1296): Refactor of flush_jitter argument.
77
+
-[#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
69
78
70
79
### Bugfixes
71
80
81
+
-[#1519](https://github.com/influxdata/telegraf/pull/1519): Fix error race conditions and partial failures.
-[#1430](https://github.com/influxdata/telegraf/issues/1430): Fix prometheus character sanitizing. Sanitize more win_perf_counters characters.
85
+
-[#1534](https://github.com/influxdata/telegraf/pull/1534): Add diskio io_time to FreeBSD & report timing metrics as ms (as linux does).
86
+
-[#1379](https://github.com/influxdata/telegraf/issues/1379): Fix covering Amazon Linux for post remove flow.
-[#1472](https://github.com/influxdata/telegraf/pull/1472): diskio input plugin: set 'skip_serial_number = true' by default to avoid high cardinality.
-[#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
142
-
-[#1272](https://github.com/influxdata/telegraf/pull/1272): graphite parser: add ability to specify multiple tag keys, for consistency with influxdb parser.
143
-
-[#1265](https://github.com/influxdata/telegraf/pull/1265): Make dns lookups for chrony configurable. Thanks @zbindenren!
144
-
-[#1275](https://github.com/influxdata/telegraf/pull/1275): Allow wildcard filtering of varnish stats.
145
-
-[#1142](https://github.com/influxdata/telegraf/pull/1142): Support for glob patterns in exec plugin commands configuration.
146
-
-[#1278](https://github.com/influxdata/telegraf/pull/1278): RabbitMQ input: made url parameter optional by using DefaultURL (http://localhost:15672) if not specified
147
-
-[#1197](https://github.com/influxdata/telegraf/pull/1197): Limit AWS GetMetricStatistics requests to 10 per second.
148
-
-[#1278](https://github.com/influxdata/telegraf/pull/1278) & [#1288](https://github.com/influxdata/telegraf/pull/1288) & [#1295](https://github.com/influxdata/telegraf/pull/1295): RabbitMQ/Apache/InfluxDB inputs: made url(s) parameter optional by using reasonable input defaults if not specified
149
-
-[#1296](https://github.com/influxdata/telegraf/issues/1296): Refactor of flush_jitter argument.
150
-
-[#1213](https://github.com/influxdata/telegraf/issues/1213): Add inactive & active memory to mem plugin.
0 commit comments