github.com/netdata/go.d.plugin@v0.58.1/modules/nginxplus/testdata/api-8/stream_upstreams.json (about) 1 { 2 "stream_backend": { 3 "peers": [ 4 { 5 "id": 0, 6 "server": "127.0.0.1:12346", 7 "name": "127.0.0.1:12346", 8 "backup": false, 9 "weight": 1, 10 "state": "up", 11 "active": 0, 12 "connections": 0, 13 "sent": 0, 14 "received": 0, 15 "fails": 0, 16 "unavail": 0, 17 "health_checks": { 18 "checks": 0, 19 "fails": 0, 20 "unhealthy": 0 21 }, 22 "downtime": 0 23 }, 24 { 25 "id": 1, 26 "server": "127.0.0.1:12347", 27 "name": "127.0.0.1:12347", 28 "backup": false, 29 "weight": 1, 30 "state": "up", 31 "active": 0, 32 "connections": 0, 33 "sent": 0, 34 "received": 0, 35 "fails": 0, 36 "unavail": 0, 37 "health_checks": { 38 "checks": 0, 39 "fails": 0, 40 "unhealthy": 0 41 }, 42 "downtime": 0 43 } 44 ], 45 "zombies": 0, 46 "zone": "tcp_servers" 47 } 48 }