add prometheus and grafana but still have to find templates dashboard for prometheus and munin

This commit is contained in:
tuanvu
2026-02-13 18:07:33 +01:00
parent 7fe633c476
commit 94c9a56a6a
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: "backend_quarkus"
metrics_path: /q/metrics
static_configs:
- targets: ["back:8080"]