feature: Observability: Prometheus Metrics and Grafana
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
evaluation_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: vigilcare_api
|
||||
# host.docker.internal resolves to the host machine from inside Docker.
|
||||
# Replace with the container name and internal port if the API runs in Docker too.
|
||||
static_configs:
|
||||
- targets: ["host.docker.internal:5270"]
|
||||
metrics_path: /metrics
|
||||
Reference in New Issue
Block a user