summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/example/testdata/config.json
blob: af06e85ac9eedcd73067a8df415ecf1687766af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "update_every": 123,
  "charts": {
    "type": "ok",
    "num": 123,
    "contexts": 123,
    "dimensions": 123,
    "labels": 123
  },
  "hidden_charts": {
    "type": "ok",
    "num": 123,
    "contexts": 123,
    "dimensions": 123,
    "labels": 123
  }
}