summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2020-02-27 10:46:26 +0100
committergjoranv <gv@verizonmedia.com>2020-02-27 10:47:38 +0100
commit7d7d6d838cd38407e5ae142511d94f19ca51a5fd (patch)
tree188e8a8218887a2d5291f404cadc304843e3774e /metrics-proxy
parent21633fe730cfae3be804bdfab9d11ff3416d526e (diff)
Add flag that tells if this is hosted Vespa.
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/src/main/resources/configdefinitions/telegraf.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def
index 6abbd7921b5..cb03ce6f1f6 100644
--- a/metrics-proxy/src/main/resources/configdefinitions/telegraf.def
+++ b/metrics-proxy/src/main/resources/configdefinitions/telegraf.def
@@ -1,6 +1,8 @@
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package=ai.vespa.metricsproxy.telegraf
+isHostedVespa bool default=false
+
# Metrics pull/push interval
intervalSeconds int default=60