add prometheus and grafana but still have to find templates dashboard for prometheus and munin
This commit is contained in:
8
prometheus/prometheus.yml
Normal file
8
prometheus/prometheus.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "backend_quarkus"
|
||||
metrics_path: /q/metrics
|
||||
static_configs:
|
||||
- targets: ["back:8080"]
|
||||
Reference in New Issue
Block a user