parent
08c6659804
commit
991a3e2ab5
|
@ -27,3 +27,8 @@ scrape_configs:
|
|||
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: 'file_ds'
|
||||
file_sd_configs:
|
||||
- files:
|
||||
- targets.json
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"targets": [
|
||||
"nwebapi:18000"
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue