-
**What did you do?**
I have set up a crunchy postgres cluster on my OpenShift cluster with 1 master and 2 replica instances. exporter container is running as sidecar container. All the replicas l…
-
The postgres exporter for Prometheus already supports database autodiscovery, making it possible to automatically start monitoring a new database service as soon as they are added.
It will be great…
idoqo updated
2 years ago
-
## Proposal
We want to monitor database sizes over Prometheus to detect if tables are running full.
However, this metric is not (yet ;)) exported by this exporter.
PostgreSQL has different metr…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### What happened?
## Description
We are using kube-prometheus-stack and have ServiceMonitor defined for various …
-
Hi
At 0.15 running for of RDS instance (in kubernetes) we observing following behaviour. on default settings + `queries.yaml`
These collectors provides `server` label, other not:
* all metrics pa…
-
What are the default metrics that should be exported when running the exporter?
Running the exporter using the docker image (wrouesnel/postgres_exporter:latest) with the environment:
- DATA_SOURC…
-
`'user=app_sql_exporter dbname=postgres host=/run/postgresql port=5432'`
...results in:
`{"caller":"job.go:189","err":"sql: unknown driver \"\" (forgotten import?)","job":"example","level":"warn","m…
-
### Component(s)
receiver/prometheus
### What happened?
## Description
We have deployed Target Allocator to discover pod/service-monitors instead of Promtheus Operator. The metrics endpoints are d…
-
Here is my configuration for the postgres-exporter in my docker-compose.yml (version 0.13.1)
```
postgres-exporter:
image: quay.io/prometheuscommunity/postgres-exporter
command: --conf…
-
## Add support for `pg_stat_replication.(write_lag|flush_lag|replay_lag)`
**Use case. Why is this important?**
For simple primary:replica setups it would be convenient to be able to monitor stan…