-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
I'm not 100% sure this is not related to my local env, but I've tried on two different machines so far with the same result. I also don't see any errors while docker-compose is running.
After running
git clone https://github.com/cybertec-postgresql/pgwatch.git && cd pgwatch
docker compose -f ./docker/docker-compose.yml up --detach
all the instances are up and running I see several issues:
- Grafana admin login/password (
admin/pgwatch2admin) doesn't work. - pgwatch has 75 metrics present, but metrics.yaml defines 77 metrics. Missing last two metrics: postgres_role, archiver_pending_count.
- Because
postgres_rolemetric is missing, grafana doesn't display a list of databases in dropdown menu in dashboards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation