-
OS version: Centos 7
Postgres version: 9.4.7
postgres_exporter: v0.8.0
Databases in postgres:
- postgres
- template0
- template1
- pushwoosh
queries.yml:
```
xid_value:
query: "SELE…
-
Hi,
I'm trying to find a way to improve our monitoring around the connection pool use, specifically around pending queries.
We're using Prometheus to monitor our services. Prometheus works by 's…
-
Hello!
## Proposal
I suggest adding functions to exclude some metrics in **postgres_exporter**.
Because I have a large number of sessions and queries in the database, so this number is showed i…
-
**What did you do?**
Installed Postgres_Exporter with 9187 but not accessible
**What did you expect to see?**
expected to see metric from URL
**What did you see instead? Under which circumst…
-
The prometheus node-exporter includes an optional default network policy in their helm chart.
It would be nice if a policy that permits only the required access to the operator could be optionally …
-
Provide a way to configure metrics. In particular:
* The frequency of metrics scraping and push to the open telemetry collector. For instance using a custom GUC like `pgotel.metrics_scrape_frequenc…
-
I consistently have problems using DATA_SOURCE_NAME with more than one URI if the ports are not standard.
I understand from this sentences:
> Also, you can set a list of sources to scrape differ…
-
**Description:**
DB-Size (DB growth) is an important metric. It would be helpful to have that information collected and shown in the
[Grafana Dashboard](https://github.com/matrix-org/synapse/tree…
hex-m updated
2 years ago
-
**What did you do?**
Configured latest stable release of postgres_exporter, Created an auth module.
```
auth_modules:
foo1: # Set this to any name you want
type: userpass
userp…
-
When you configure postgres-exporter using the option `PG_EXPORTER_AUTO_DISCOVER_DATABASES=true` make the service open and keep open a connection per each database,
```
postgres-exporter | ti…