summaryrefslogtreecommitdiffstats
path: root/protocols/getnodestate/host_info.json
blob: 7eddf506e63ceeebd9d9f5e32cc54d4b3229a6bf (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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
    "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": {}
            },
            {
                "name":"vds.datastored.bucket_space.buckets_total",
                "description":"Total number buckets present in the bucket space (ready + not ready)",
                "values":
                {
                    "average":0.0,
                    "sum":0.0,
                    "count":1,
                    "rate":0.016666,
                    "min":0,
                    "max":0,
                    "last":0
                },
                "dimensions":
                {
                    "bucketSpace":"global"
                }
            },
            {
                "name": "vds.datastored.bucket_space.buckets_total",
                "description": "Total number buckets present in the bucket space (ready + not ready)",
                "values": {
                    "average": 129.0,
                    "sum": 129.0,
                    "count": 1,
                    "rate": 0.016666,
                    "min": 129,
                    "max": 129,
                    "last": 129
                },
                "dimensions": {
                    "bucketSpace": "default"
                }
            }
        ]
    },
    "cluster-state-version": 123,
    "vtag": {
        "version": "5.32.76"
    },
    "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": 1,
                "min-current-replication-factor": 2,
                "bucket-spaces": [
                    {
                        "name": "default"
                    }
                ]
            }
        ]
    },
    "content-node": {
        "resource-usage": {
            "memory": {
                "usage": 0.85
            },
            "disk": {
                "usage": 0.6,
                "name": "a cool disk"
            }
        }
    }
}