aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/getnodestate/host_info.json
blob: 5ef62d1a84fe3055b9d61917dae84da53c3fb89d (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
    "metrics": {
        "snapshot": {
            "from": 1416823008,
            "to": 1416823308
        },
        "values": [
            {
                "name": "vds.datastored.alldisks.buckets",
                "description": "buckets managed",
                "values": {
                    "average": 5095,
                    "count": 11,
                    "rate": 0.036666,
                    "min": 436,
                    "max": 498,
                    "last": 5095
                },
                "dimensions": {}
            },
            {
                "name": "vds.datastored.alldisks.docs",
                "description": "documents stored",
                "values": {
                    "average": 3069833,
                    "count": 11,
                    "rate": 0.036666,
                    "min": 242892,
                    "max": 337830,
                    "last": 3069833
                },
                "dimensions": {}
            }
        ]
    },
    "cluster-state-version": 123,
    "vtag": {
        "version": "5.32.76"
    },
    "distributor": {
        "storage-nodes": [
            {
                "node-index": 0,
                "min-current-replication-factor": 2,
                "ops-latency" : {
                    "put": {
                        "latency-ms-sum": 15,
                        "count": 16
                    }
                },
                "outstanding-merge-ops": {
                    "syncing": {
                        "buckets": 1
                    },
                    "copying-in": {
                        "buckets": 2
                    },
                    "moving-out": {
                        "buckets": 3
                    },
                    "copying-out": {
                        "buckets": 4
                    }
                }
            },
            {
                "node-index": 1,
                "min-current-replication-factor": 2,
                "ops-latency": {
                    "put": {
                        "latency-ms-sum": 17,
                        "count": 18
                    }
                 },
                 "outstanding-merge-ops": {
                    "syncing": {
                        "buckets": 1
                    },
                    "copying-in": {
                        "buckets": 2
                    },
                    "moving-out": {
                        "buckets": 3
                    },
                    "copying-out": {
                        "buckets": 4
                    }
                }

            }

        ]
    }
}