mirror of
https://github.com/DullJZ/s3-balance.git
synced 2026-07-02 08:31:21 +08:00
remove metrics.port
This commit is contained in:
@@ -52,7 +52,6 @@ balancer:
|
||||
metrics:
|
||||
enabled: true
|
||||
path: "/metrics"
|
||||
port: 9090
|
||||
|
||||
s3api:
|
||||
access_key: "AKIAIOSFODNN7EXAMPLE"
|
||||
|
||||
@@ -83,10 +83,10 @@ config:
|
||||
health_check_period: 30s
|
||||
update_stats_period: 60s
|
||||
|
||||
# 监控指标配置(与主服务共享端口)
|
||||
metrics:
|
||||
enabled: true
|
||||
path: "/metrics"
|
||||
port: 8080
|
||||
|
||||
s3api:
|
||||
access_key: "your-access-key"
|
||||
|
||||
@@ -121,10 +121,10 @@ config:
|
||||
health_check_period: 30s
|
||||
update_stats_period: 60s
|
||||
|
||||
# 监控指标配置(与主服务共享端口)
|
||||
metrics:
|
||||
enabled: true
|
||||
path: "/metrics"
|
||||
port: 8080
|
||||
|
||||
s3api:
|
||||
access_key: "AKIAIOSFODNN7EXAMPLE"
|
||||
|
||||
@@ -43,10 +43,10 @@ data:
|
||||
health_check_period: 30s
|
||||
update_stats_period: 60s
|
||||
|
||||
# 监控指标配置(与主服务共享端口)
|
||||
metrics:
|
||||
enabled: true
|
||||
path: "/metrics"
|
||||
port: 8080
|
||||
|
||||
s3api:
|
||||
access_key: "AKIAIOSFODNN7EXAMPLE"
|
||||
|
||||
Reference in New Issue
Block a user