From 4fd3f9276e3c9368cc00dc02eec2820e67df822b Mon Sep 17 00:00:00 2001 From: gjoranv Date: Thu, 27 Feb 2020 15:43:30 +0100 Subject: Add handling of optional 'file' attribute to 'shared-credentials' --- metrics-proxy/src/main/resources/configdefinitions/telegraf.def | 1 + 1 file changed, 1 insertion(+) (limited to 'metrics-proxy') diff --git a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def index cb03ce6f1f6..8a87b92cd60 100644 --- a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def +++ b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def @@ -19,3 +19,4 @@ cloudWatch[].secretKeyName string default="" # Only valid and optional for self-hosted Vespa cloudWatch[].profile string default="" +cloudWatch[].file string default="" -- cgit v1.2.3