aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/getnodestate/distributor.json
blob: f4a0ab42243f6045ad2adc7c3c874e7121c51f33 (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
{
    "distributor": {
        "storage-nodes": [
            {
                "node-index": 0,
                "min-current-replication-factor": 2,
                "ops-latency" : {
                    "put": {
                        "latency-ms-sum": 10000,
                        "count": 3
                    }
                }
            },
            {
                "node-index": 5,
                "min-current-replication-factor": 9,
                "ops-latency" : {
                    "put": {
                        "latency-ms-sum": 25000,
                        "count": 7
                    }
                }
            }
        ]
    }
}