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