aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/resources/configdefinitions/telegraf.def
blob: d92997879aa15c6df91d3dc4774a7ca464d87a55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright Yahoo. 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


# The Vespa metrics consumer to get metrics for
cloudWatch[].consumer string

cloudWatch[].region string default="us-east-1"
cloudWatch[].namespace string

# Only valid and required for hosted Vespa
cloudWatch[].accessKeyName string default=""
cloudWatch[].secretKeyName string default=""

# Only valid and optional for self-hosted Vespa
cloudWatch[].file string default=""
cloudWatch[].profile string default="default"