Add metrics for P5

This commit is contained in:
Elton Stoneman
2017-11-20 21:00:34 +00:00
parent 1e92429385
commit 6f71b37981
7 changed files with 695 additions and 12 deletions

View File

@@ -0,0 +1,3 @@
FROM prom/prometheus:v2.0.0
COPY prometheus.yml /etc/prometheus/prometheus.yml

View File

@@ -0,0 +1,7 @@
global:
scrape_interval: 5s
scrape_configs:
- job_name: 'bb-app'
static_configs:
- targets: ['bb-app:8080']