迁移服务器;分开开发端与生产端;去除废弃接口;对象存储、Kong网关使用SSL;修改所有使用内网地址的代码;切换域名;更新Ktor、ws-scrcpy启动服务;修改Prometheus配置;
This commit is contained in:
@@ -29,19 +29,20 @@ scrape_configs:
|
||||
|
||||
- job_name: 'redis'
|
||||
static_configs:
|
||||
- targets:
|
||||
- ce_redis_exporter:9121
|
||||
- targets: ['ce_redis_exporter:9121']
|
||||
|
||||
- job_name: 'node_exporter'
|
||||
static_configs:
|
||||
- targets: ['10.10.10.9:9100']
|
||||
- targets: ['172.17.0.1:9100']
|
||||
|
||||
- job_name: 'minio'
|
||||
scheme: https
|
||||
metrics_path: /minio/v2/metrics/cluster
|
||||
static_configs:
|
||||
- targets: ['10.10.10.9:9000']
|
||||
- targets: ['ai.ronsunny.cn:9000']
|
||||
|
||||
|
||||
- job_name: 'docker'
|
||||
static_configs:
|
||||
- targets: ['10.10.10.9:9323']
|
||||
- targets: ['172.17.0.1:9323']
|
||||
|
||||
|
||||
Reference in New Issue
Block a user