add desc of telemetry.address
This commit is contained in:
@@ -31,6 +31,7 @@ services:
|
||||
ports:
|
||||
- "1300:1300"
|
||||
- "1301:1301"
|
||||
- "9090:9090"
|
||||
depends_on:
|
||||
- rsshub
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
| 字段 | 类型 | 描述 | 默认值 | 是否必需 |
|
||||
| :-------------------- | :------- | :----------------------------------------------------------------------------- | :----------- | :------- |
|
||||
| `telemetry.address` | `string` | 暴露 Prometheus 指标 & pprof。 | | 否 |
|
||||
| `telemetry.address` | `string` | 暴露 Prometheus 指标 & pprof。 | `:9090` | 否 |
|
||||
| `telemetry.log` | `object` | Telemetry 相关的日志配置。 | (见具体字段) | 否 |
|
||||
| `telemetry.log.level` | `string` | Telemetry 相关消息的日志级别, 可选值为 `debug`, `info`, `warn`, `error` 之一。 | `info` | 否 |
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
| Field | Type | Description | Default Value | Required |
|
||||
| :-------------------- | :------- | :--------------------------------------------------------------------------------- | :-------------------- | :------- |
|
||||
| `telemetry.address` | `string` | Exposes Prometheus metrics & pprof. | | No |
|
||||
| `telemetry.address` | `string` | Exposes Prometheus metrics & pprof. | `:9090` | No |
|
||||
| `telemetry.log` | `object` | Log configuration related to telemetry. | (See specific fields) | No |
|
||||
| `telemetry.log.level` | `string` | Log level for telemetry-related messages, one of `debug`, `info`, `warn`, `error`. | `info` | No |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user