From f2e03bb11cd3ee08a73c2a3e8e1a29afb4d69517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20de=20Metz?= Date: Thu, 2 Jun 2016 15:09:21 +0200 Subject: [PATCH] Update the changelog with an upgrade path. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e7cbdfe..3bd7672c8 100644 --- a/CHANGELOG.md +++ b/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 time before a new metric is included by the plugin. -- The github webhooks have been integrated into the new webhooks plugin. You -have to configure the new `webhooks` plugins and update your Organization's -Webhooks on the Github website accordingly. +- The github webhooks have been integrated into the new webhooks plugin. + To continue, update your config with: + + [[inputs.webhooks]] + service_address = ":1618" + + [inputs.webhooks.github] + path = "/" ### Features - [#1294](https://github.com/influxdata/telegraf/pull/1294): consul input plugin. Thanks @harnash