summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/stream_upstreams.json
blob: 707ad4db785517aec308e1a31b84befacfe0dfad (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
43
44
45
46
47
48
{
  "stream_backend": {
    "peers": [
      {
        "id": 0,
        "server": "127.0.0.1:12346",
        "name": "127.0.0.1:12346",
        "backup": false,
        "weight": 1,
        "state": "up",
        "active": 0,
        "connections": 0,
        "sent": 0,
        "received": 0,
        "fails": 0,
        "unavail": 0,
        "health_checks": {
          "checks": 0,
          "fails": 0,
          "unhealthy": 0
        },
        "downtime": 0
      },
      {
        "id": 1,
        "server": "127.0.0.1:12347",
        "name": "127.0.0.1:12347",
        "backup": false,
        "weight": 1,
        "state": "up",
        "active": 0,
        "connections": 0,
        "sent": 0,
        "received": 0,
        "fails": 0,
        "unavail": 0,
        "health_checks": {
          "checks": 0,
          "fails": 0,
          "unhealthy": 0
        },
        "downtime": 0
      }
    ],
    "zombies": 0,
    "zone": "tcp_servers"
  }
}