-
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Hello!
Currently [pq](https://github.com/lib/pq) is stopped in development and does not support any new postgres features like new environment variables, parameters and so on.
Right now I'm tryi…
-
**What did you do?**
Installed postgres_exporter on AWS EC2 instance with postgres installed on it.
**What did you expect to see?**
Metrics? And running service
**What did you see instead? Un…
-
Do you have any opinion on the idea of having exponential back-off on re-trying failed metric scrapes to reduce log-spam in case of problems?
If it's an idea you're open to I can look at cooking up…
-
1. ```sql
CREATE EXTENSION IF NOT EXISTS pg_stat_statements;
```
This^^^ was missing in my database. (Also [`shared_preload_libraries = 'pg_stat_statements'`](https://stackoverflow.com/a…
-
Two problems with the new `jackc/pgx` drvier when working with pgBouncer:
Pgbouncer works with `SimpleQueryProtocol`, which can be solved by:
```go
config, err := pgx.ParseConfig(s.dsn)
conf…
Vonng updated
1 month ago
-
Hello guys
I am impressed with this product and try to run it on environment that generate 10-11 millions metrics every 5 minutes. And i got problem that database used all disk operations, after 1h o…
-
It would be great to have a prometheus metrics endpoint available in postgres-operator to be able add monitoring at the operator level (not the DBs themselves). An example would be when the operator f…
-
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.5.0
- **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [ GCP GKE ]
- **…