mirror of
https://github.com/docker-training/node-bulletin-board.git
synced 2025-12-16 07:36:43 +08:00
Add metrics for P5
This commit is contained in:
7
bulletin-board-metrics/prometheus.yml
Normal file
7
bulletin-board-metrics/prometheus.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
global:
|
||||
scrape_interval: 5s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'bb-app'
|
||||
static_configs:
|
||||
- targets: ['bb-app:8080']
|
||||
Reference in New Issue
Block a user