mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-05-17 11:39:30 +08:00
7 lines
122 B
YAML
7 lines
122 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
- job_name: 'bb-app'
|
|
static_configs:
|
|
- targets: ['bb-app:8080'] |