Skip to content

Commit cdc1e62

Browse files
committed
[+] improve "Recommendations" dashboard
1 parent f2683b2 commit cdc1e62

File tree

2 files changed

+110
-797
lines changed

2 files changed

+110
-797
lines changed

docker/compose.pgwatch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,16 @@ services:
88
container_name: pgwatch
99
environment:
1010
PW_SOURCES: postgresql://pgwatch@postgres:5432/pgwatch
11+
# PW_METRICS: /etc/pgwatch/metrics.yml
1112
command:
1213
- "--sink=postgresql://pgwatch@postgres:5432/pgwatch_metrics"
1314
- "--sink=prometheus://pgwatch:9187/pgwatch"
1415
ports:
1516
- "8080:8080"
1617
- "9187:9187"
1718
# - "6060:6060" # Uncomment for profiling
19+
volumes:
20+
- "../internal/metrics/metrics.yaml:/etc/pgwatch/metrics.yml"
1821
depends_on:
1922
postgres:
2023
condition: service_healthy

0 commit comments

Comments
 (0)