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

# Metrics pull/push interval
intervalSeconds int default=60


# The consumer to get metrics for
vespa.consumer string default="default"


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.profile string default=""