zdz / ServerStatus-Rust

✨ Rust 版 ServerStatus 探针、威力加强版
https://ssr.rs
Apache License 2.0
1.83k stars 330 forks source link

[Request] 动态注册模式自定义 Label #328

Open 490shigure opened 4 months ago

490shigure commented 4 months ago

🥰 需求描述

看到 hosts 配置可以自定义标签,例如 labels = "os=centos;ndd=2022/11/25;spec=2C/4G/60G;" 希望动态注册模式能支持客户端自定义 label 并上报到服务端,因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。

🧐 解决方案

可以像目前客户端配置 location 那样配置,例如 --labels "os=centos;ndd=2022/11/25;spec=2C/4G/60G;"

📝 补充信息

因为 label 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。