scanner status command(1)

Signed-off-by: mujunxiang <1948535941@qq.com>
This commit is contained in:
mujunxiang
2024-12-02 21:18:16 +08:00
parent 8c632986a0
commit f87b2bee95
29 changed files with 1363 additions and 145 deletions
@@ -735,8 +735,8 @@ pub struct GetMemInfoResponse {
}
#[derive(Clone, PartialEq, ::prost::Message)]
pub struct GetMetricsRequest {
#[prost(uint64, tag = "1")]
pub metric_type: u64,
#[prost(bytes = "vec", tag = "1")]
pub metric_type: ::prost::alloc::vec::Vec<u8>,
#[prost(bytes = "vec", tag = "2")]
pub opts: ::prost::alloc::vec::Vec<u8>,
}