增加 server 指标采集 (#850)

* 修改名称

* 增加 server 指标采集
This commit is contained in:
JeffreyBool 2021-12-25 22:31:49 +08:00 committed by GitHub
parent 991a3e2ab5
commit ef6f6f95c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- job_name: 'file_ds'
- job_name: 'n9e'
file_sd_configs:
- files:
- targets.json

View File

@ -1,7 +1,7 @@
[
{
"targets": [
"nwebapi:18000"
"nwebapi:18000","nserver:19000"
]
}
]