summaryrefslogtreecommitdiffstats
path: root/protocols
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2018-02-15 13:13:03 +0000
committerGeir Storli <geirst@oath.com>2018-02-15 13:40:59 +0000
commita0c1b202988bebed9d5bb499eab1df7ef404b5e8 (patch)
treec500ab5f772be8cb59325e0f4b1c0d65f22121da /protocols
parent403f24fa0ad8ee4bd4f8f087cdea511bd8fad457 (diff)
Report bucket spaces statistics in distributor host info.
Diffstat (limited to 'protocols')
-rw-r--r--protocols/getnodestate/distributor.json23
1 files changed, 21 insertions, 2 deletions
diff --git a/protocols/getnodestate/distributor.json b/protocols/getnodestate/distributor.json
index f4a0ab42243..ceed1a1b5c3 100644
--- a/protocols/getnodestate/distributor.json
+++ b/protocols/getnodestate/distributor.json
@@ -9,7 +9,19 @@
"latency-ms-sum": 10000,
"count": 3
}
- }
+ },
+ "bucket-spaces" : [
+ {
+ "name": "default",
+ "total": 11,
+ "pending": 3
+ },
+ {
+ "name": "global",
+ "total": 13,
+ "pending": 5
+ }
+ ]
},
{
"node-index": 5,
@@ -19,7 +31,14 @@
"latency-ms-sum": 25000,
"count": 7
}
- }
+ },
+ "bucket-spaces" : [
+ {
+ "name": "default",
+ "total": 17,
+ "pending": 7
+ }
+ ]
}
]
}