Update the changelog with an upgrade path.
This commit is contained in:
parent
6de8cc3b3f
commit
f2e03bb11c
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -21,9 +21,14 @@ attribute. This configures the TTL of the internal metric cache. This is useful
|
||||||
in conjunction with wildcard dimension values as it will control the amount of
|
in conjunction with wildcard dimension values as it will control the amount of
|
||||||
time before a new metric is included by the plugin.
|
time before a new metric is included by the plugin.
|
||||||
|
|
||||||
- The github webhooks have been integrated into the new webhooks plugin. You
|
- The github webhooks have been integrated into the new webhooks plugin.
|
||||||
have to configure the new `webhooks` plugins and update your Organization's
|
To continue, update your config with:
|
||||||
Webhooks on the Github website accordingly.
|
|
||||||
|
[[inputs.webhooks]]
|
||||||
|
service_address = ":1618"
|
||||||
|
|
||||||
|
[inputs.webhooks.github]
|
||||||
|
path = "/"
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
- [#1294](https://github.com/influxdata/telegraf/pull/1294): consul input plugin. Thanks @harnash
|
- [#1294](https://github.com/influxdata/telegraf/pull/1294): consul input plugin. Thanks @harnash
|
||||||
|
|
Loading…
Reference in New Issue