summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_server_zones.json
blob: c253892106cecbb2aafb18576acae26a08ff8330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "server_backend": {
    "processing": 1,
    "requests": 8962,
    "responses": {
      "1xx": 0,
      "2xx": 8960,
      "3xx": 0,
      "4xx": 1,
      "5xx": 0,
      "codes": {
        "200": 8960,
        "404": 1
      },
      "total": 8961
    },
    "discarded": 0,
    "received": 1773834,
    "sent": 4585734
  }
}