summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/prometheus/testdata/config.json
blob: 2e9b2e138b804379f9e6226991d6b1d075f4f9fc (plain)
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
  "update_every": 123,
  "url": "ok",
  "body": "ok",
  "method": "ok",
  "headers": {
    "ok": "ok"
  },
  "username": "ok",
  "password": "ok",
  "proxy_url": "ok",
  "proxy_username": "ok",
  "proxy_password": "ok",
  "timeout": 123.123,
  "not_follow_redirects": true,
  "tls_ca": "ok",
  "tls_cert": "ok",
  "tls_key": "ok",
  "tls_skip_verify": true,
  "name": "ok",
  "app": "ok",
  "bearer_token_file": "ok",
  "selector": {
    "allow": [
      "ok"
    ],
    "deny": [
      "ok"
    ]
  },
  "expected_prefix": "ok",
  "max_time_series": 123,
  "max_time_series_per_metric": 123,
  "fallback_type": {
    "gauge": [
      "ok"
    ],
    "counter": [
      "ok"
    ]
  }
}