👁️‍🗨️ It sees all. https://panopticon.karnov.club
Find a file
2024-05-30 23:53:46 -04:00
prometheus.yml feat: rough minimum stack 2024-05-30 23:53:46 -04:00
README.md feat: rough minimum stack 2024-05-30 23:53:46 -04:00
start.sh feat: rough minimum stack 2024-05-30 23:53:46 -04:00

Panopticon

Onboarding databases

Add the following to the pod in which the database runs. Port 9187 is exposed by default by the exporter and should be mapped.

The port and exporter address should be included in prometheus.yml.

podman run -d \
  -e DATA_SOURCE_NAME="postgresql://<user>:<pwd>@<host>:<port>/postgres?sslmode=disable" \
  --pod <pod-name> \
  quay.io/prometheuscommunity/postgres-exporter