ServerStatus-Rust
ServerStatus-Rust copied to clipboard
✨ Rust 版 ServerStatus 探针、威力加强版
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pki-types](https://redirect.github.com/rustls/pki-types) | dependencies | minor | `1.4.1` -> `1.13.1` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fastrand](https://redirect.github.com/smol-rs/fastrand) | dependencies | minor | `2.0.2` -> `2.3.0` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reqwest](https://redirect.github.com/seanmonstar/reqwest) | dependencies | minor | `0.11` -> `0.12` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [minijinja](https://redirect.github.com/mitsuhiko/minijinja) | dependencies | patch | `1.0.20` -> `1.0.22` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lettre](https://lettre.rs) ([source](https://redirect.github.com/lettre/lettre)) | dependencies | patch | `0.11.6` -> `0.11.19` | --- ###...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | rust | final | minor | `1.76-alpine3.19` -> `1.83-alpine3.19` | --- ### Configuration...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://redirect.github.com/actions/download-artifact) | action | major | `v3` -> `v6` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) |...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://redirect.github.com/actions/setup-python) | action | major | `v4` -> `v5` | --- ### Release...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...
### 🥰 需求描述 看到 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 里的参数都是跟客户端相关的,在配置客户端的时候顺便填写这些配置会比较方便。