Closed zoechi closed 4 years ago
Perhaps related to #45 #78
I found
docker run -ti timescale/prometheus-postgresql-adapter --entrypoint "prometheus-postgresql-adapter -h"
which reveals TS_PROM_PG_USER
Is it enough to add the new user to the role prom_writer
?
I just saw this project is discontinued in favor of https://github.com/timescale/timescale-prometheus
Postgres is the admin account and I don't think it's a good idea to use this account to connect to the RDMBS. How can the connector be configured a different account and what permissions are required for that account in the database?