Initial commit

This commit is contained in:
Laurent
2025-12-08 13:47:02 +01:00
commit 390f290bbd
18 changed files with 664 additions and 0 deletions

8
api/prometheus.yaml Normal file
View File

@@ -0,0 +1,8 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'spring-api'
metrics_path: '/actuator/prometheus'
static_configs:
- targets: ['boardmate-api:8000']