summaryrefslogtreecommitdiffstats
path: root/protocols/getnodestate/distributor.json
blob: ceed1a1b5c3cd01596da6f656c659dae4623ccb1 (plain) (blame)
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
{
    "distributor": {
        "storage-nodes": [
            {
                "node-index": 0,
                "min-current-replication-factor": 2,
                "ops-latency" : {
                    "put": {
                        "latency-ms-sum": 10000,
                        "count": 3
                    }
                },
                "bucket-spaces" : [
                    {
                        "name": "default",
                        "total": 11,
                        "pending": 3
                    },
                    {
                        "name": "global",
                        "total": 13,
                        "pending": 5
                    }
                ]
            },
            {
                "node-index": 5,
                "min-current-replication-factor": 9,
                "ops-latency" : {
                    "put": {
                        "latency-ms-sum": 25000,
                        "count": 7
                    }
                },
                "bucket-spaces" : [
                    {
                        "name": "default",
                        "total": 17,
                        "pending": 7
                    }
                ]
            }
        ]
    }
}