-
Been trying to get Multi-DSN working with 0.5.1, but not having much luck. Was getting these errors when running it as a systemd service in CentOS, but also still getting exact same thing when running…
-
- add service for postgres-exporter (attached the currently used yaml file)
```
apiVersion: v1
kind: Service
metadata:
labels:
application: spilo
app: postgres-exporter
name: pos…
-
## What's working and not:
When I use the URI in `DATA_SOURCE_NAME` it's connecting to pgsql fine. But when I put the URI in either `DATA_SOURCE_URI_FILE` or `DATA_SOURCE_URI` it's trying to connect …
-
Hey,
I'm just started to use zalando pg operator and this exporter works really nice, thanks! 👍
Would it be possible to add new `since_last_completion_seconds` metrics for `(oldest|newest)_baseb…
-
Hi all,
We are using postgres_exporter in Kubernetes environment to fetch postgres metrics. And for monitoring we are using Grafana with Prometheus as a data source.
In Postgres-exporter DATA_SOURCE…
-
https://github.com/wrouesnel/postgres_exporter/blob/aeec47ead4ad3941cf1b6588b1ac5a44ca9e9c4b/cmd/postgres_exporter/postgres_exporter.go#L542-L546
Not sure if it's supposed to `return err` and log i…
-
**What did you do?**
Tried deploying postgres exporter in aks
**What did you expect to see?**
metrics
**What did you see instead? Under which circumstances?**
An error has occurred while serv…
-
IDLE - 4 cpu (free 99%), 16 gb (free 12gb)
```
commit a0de726a471d8662f9841d8c8768c1ef2a31ddb8 (HEAD -> main, tag: v1.9.0, origin/main, origin/HEAD)
Author: github-actions[bot]
Date: Thu Aug …
-
I was wondering if it is possible to run some queries on some of the databases?
The postgres exporter auto discovers the databases, and runs all queries on all databases. Which currently logs errors …
-
I am not able to connect. FYI - **I need to use ssl**
"sslmode=verify-ca sslrootcert=server-ca.pem sslcert=client-cert.pem sslkey=client-key.pem"
I can login to my psotgres using my credentials …