From 17460be771c59efd0543b67c989c3733083d07af Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Wed, 23 Jan 2019 14:12:19 -0800 Subject: [PATCH] List deprecation version for consul datacentre --- plugins/inputs/consul/consul.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/consul/consul.go b/plugins/inputs/consul/consul.go index a3543f406..4662b54b0 100644 --- a/plugins/inputs/consul/consul.go +++ b/plugins/inputs/consul/consul.go @@ -16,7 +16,7 @@ type Consul struct { Token string Username string Password string - Datacentre string + Datacentre string // deprecated in 1.10; use Datacenter Datacenter string tls.ClientConfig TagDelimiter string