未验证 提交 494acd58 编写于 作者: Q QinZuoyan 提交者: GitHub

update rdsn: return forward address in configuration_query_by_index_response (#245)

上级 53ff3d73
Subproject commit 38d7c02c89e22865e16775ed7e0f8e2f2f4732e5
Subproject commit 40eda9fc2b8d93eb23a7ef9c311d5f32e0d000d1
......@@ -653,7 +653,7 @@
"title": "Delay数据条数(统计各表最近10秒write throttling delay的数据条数)",
"endpoints": ["cluster=${cluster.name} job=collector service=pegasus"],
"counters": [
"collector*app.pegasus*app.stat.recent_throttling_delay_count#${for.each.table}/cluster=${cluster.name},job=collector,port=${collector.port},service=pegasus"
"collector*app.pegasus*app.stat.recent_write_throttling_delay_count#${for.each.table}/cluster=${cluster.name},job=collector,port=${collector.port},service=pegasus"
],
"graph_type": "a",
"method": "",
......@@ -663,7 +663,7 @@
"title": "Reject数据条数(统计各表最近10秒write throttling reject的数据条数)",
"endpoints": ["cluster=${cluster.name} job=collector service=pegasus"],
"counters": [
"collector*app.pegasus*app.stat.recent_throttling_reject_count#${for.each.table}/cluster=${cluster.name},job=collector,port=${collector.port},service=pegasus"
"collector*app.pegasus*app.stat.recent_write_throttling_reject_count#${for.each.table}/cluster=${cluster.name},job=collector,port=${collector.port},service=pegasus"
],
"graph_type": "a",
"method": "",
......
......@@ -1898,7 +1898,7 @@ inline bool hash_scan(command_executor *e, shell_context *sc, arguments args)
}
if (detailed) {
fprintf(file,
" {app_id=%d,partition_index=%d, server=%s}",
" {app_id=%d, partition_index=%d, server=%s}",
info.app_id,
info.partition_index,
info.server.c_str());
......@@ -2112,7 +2112,7 @@ inline bool full_scan(command_executor *e, shell_context *sc, arguments args)
}
if (detailed) {
fprintf(file,
" {app_id=%d,partition_index=%d, server=%s}",
" {app_id=%d, partition_index=%d, server=%s}",
info.app_id,
info.partition_index,
info.server.c_str());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册