8 lines
113 B
YAML
8 lines
113 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: go
|
|
static_configs:
|
|
- targets: ['localhost:8081']
|