summaryrefslogtreecommitdiffstats
path: root/protocols/getnodestate/distributor.json
blob: 1db812bc78cbcdb557278b48e6aaded1ce9dd747 (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
{
    "distributor": {
        "storage-nodes": [
            {
                "node-index": 0,
                "min-current-replication-factor": 2,
                "bucket-spaces" : [
                    {
                        "name": "default",
                        "buckets": {
                            "total": 11,
                            "pending": 3
                        }
                    },
                    {
                        "name": "global",
                        "buckets": {
                            "total": 13,
                            "pending": 5
                        }
                    }
                ]
            },
            {
                "node-index": 5,
                "min-current-replication-factor": 9,
                "bucket-spaces" : [
                    {
                        "name": "default"
                    }
                ]
            }
        ]
    }
}