增加 server 指标采集 (#850)

* 修改名称

* 增加 server 指标采集
master
JeffreyBool 3 years ago committed by GitHub
parent 991a3e2ab5
commit ef6f6f95c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save