Skip to content

Commit

Permalink
chore: update config example (#721)
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Ma <majinjing3@gmail.com>
  • Loading branch information
jim3ma authored and gaius-qi committed Jun 28, 2023
1 parent c761cbb commit 03b0949
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/en/config/cdn.yaml
Expand Up @@ -109,8 +109,8 @@ verbose: false
# default is -1. If it is 0, pprof will use a random port.
pprofPort: -1

# jaeger endpoint url
jaeger:
# jaeger endpoint url, like: http://jaeger.dragonfly.svc:14268/api/traces
jaeger: ""

# service name used in tracer
# default: dragonfly-cdn
Expand Down
6 changes: 3 additions & 3 deletions docs/en/config/dfget.yaml
Expand Up @@ -36,10 +36,10 @@ scheduler:

# when enable, pprof will be enabled
verbose: true

# telemetry config
telemetry:
# jaeger url, like: http://jaeger.dragonfly.svc:14268
jaeger: ""
# jaeger url, like: http://jaeger.dragonfly.svc:14268/api/traces
jaeger: ""

# current host info used for scheduler
host:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/config/scheduler.yaml
Expand Up @@ -123,7 +123,7 @@ verbose: false
# default is -1. If it is 0, pprof will use a random port.
pprofPort: -1

# jaeger endpoint url
# jaeger endpoint url, like: http://jaeger.dragonfly.svc:14268/api/traces
# default: ""
jaeger: ""

Expand Down
4 changes: 2 additions & 2 deletions docs/zh-CN/config/cdn.yaml
Expand Up @@ -117,8 +117,8 @@ verbose: false
pprofPort: -1

# jaeger 地址
# 默认使用空字符串(不配置 jaeger)
jaeger:
# 默认使用空字符串(不配置 jaeger), 例如: http://jaeger.dragonfly.svc:14268/api/traces
jaeger: ""

# tracer 中使用的 service-name
# 默认值:dragonfly-cdn
Expand Down
6 changes: 3 additions & 3 deletions docs/zh-CN/config/dfget.yaml
Expand Up @@ -35,10 +35,10 @@ scheduler:

# 是否开启 verbose 日志模式
verbose: true

# 遥测配置
telemetry:
# jaeger 地址, 例如: http://jaeger.dragonfly.svc:14268
jaeger: ""
# jaeger 地址, 例如: http://jaeger.dragonfly.svc:14268/api/traces
jaeger: ""

# 用于注册到调度器的 daemon 信息
host:
Expand Down
2 changes: 1 addition & 1 deletion docs/zh-CN/config/scheduler.yaml
Expand Up @@ -123,7 +123,7 @@ verbose: false
pprofPort: -1

# jaeger 地址
# 默认使用空字符串(不配置 jaeger)
# 默认使用空字符串(不配置 jaeger), 例如: http://jaeger.dragonfly.svc:14268/api/traces
jaeger: ""

# tracer 中使用的 service-name
Expand Down

0 comments on commit 03b0949

Please sign in to comment.