summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/resources/telegraf-config-with-two-cloudwatch-plugins.txt
blob: b2c2521ed59ba2b2bfffde4bdf7df537e75fed8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration for telegraf agent
[agent]
  interval = "300s"
  round_interval = true
  metric_batch_size = 1000
  metric_buffer_limit = 10000
  collection_jitter = "0s"
  flush_interval = "300s"
  flush_jitter = "0s"
  precision = ""

# Configuration for AWS CloudWatch output.
[[outputs.cloudwatch]]
  region = "us-east-1"
  namespace = "namespace1"
  access_key = "accessKey1"
  secret_key = "secretKey1"

# Configuration for AWS CloudWatch output.
[[outputs.cloudwatch]]
  region = "us-east-2"
  namespace = "namespace2"
  profile = "awsprofile"

# Configuration for Vespa input plugin
[[inputs.vespa]]
  url = "http://localhost:19092/metrics/v2/values?consumer=custom-consumer"