clawpro-diagnostics-metrics-cls 3.0.2-beta.7 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -167,7 +167,7 @@ npx clawpro-diagnostics-metrics-cls-onboard-cli install \
167
167
  安装指定版本(从 npm registry 安装时生效):
168
168
 
169
169
  ```bash
170
- npx openclaw-diagnostics-metrics-cls-onboard-cli install \
170
+ npx clawpro-diagnostics-metrics-cls-onboard-cli install \
171
171
  --metricTopicId "xxxxxxxx-metric-topic-id" \
172
172
  --secretId "AKIDxxxxxxxx" \
173
173
  --secretKey "xxxxxxxxxxxxxxxx" \
@@ -1205,7 +1205,7 @@ agent_end (结束所有长生命周期 Span)
1205
1205
  | `cvm_instance_intra_ip` | 腾讯云 Metadata 接口 `/latest/meta-data/local-ipv4` | 内网 IPv4 地址 |
1206
1206
  | `host_name` | `os.hostname()` 本机主机名 | OTel 资源属性,独立于 CVM 实例名(不参与持久化) |
1207
1207
 
1208
- > **用户覆盖(Override)**:可在 `openclaw.json` 的 `plugins.entries["openclaw-diagnostics-metrics-cls"].config.instance_metadata` 下显式传入以下字段,覆盖自动获取值。这三个字段**支持热更新**,修改配置文件后约 10 秒内自动生效,无需重启网关:
1208
+ > **用户覆盖(Override)**:可在 `openclaw.json` 的 `plugins.entries["clawpro-diagnostics-metrics-cls"].config.instance_metadata` 下显式传入以下字段,覆盖自动获取值。这三个字段**支持热更新**,修改配置文件后约 10 秒内自动生效,无需重启网关:
1209
1209
  >
1210
1210
  > | 配置字段 | 覆盖目标 | 跳过的自动逻辑 |
1211
1211
  > |---------|---------|---------------|