Merge branch 'main' of github.com:didi/nightingale

This commit is contained in:
Ulric Qin 2021-12-27 13:30:56 +08:00
commit 86649d8314
2 changed files with 12 additions and 0 deletions

View File

@ -27,3 +27,8 @@ scrape_configs:
static_configs:
- targets: ['localhost:9090']
- job_name: 'n9e'
file_sd_configs:
- files:
- targets.json

View File

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