-
pg_stat_user_tables collector only scaped targets in the database of postgres, but actually in a dev or product database system, we have more databases and schemas , it should scrapd all targers in …
-
Hello,
I want to use queries.yaml for request to my custom postgres databases, but i don't understand how. Shold i use database name in DSN like this :
`DATA_SOURCE_NAME=postgresql://postgres_expo…
-
Hi, I have installed postgres-exporter via chart and i get this error while going to the metrics endpoint
n error has occurred while serving metrics:
collected metric "pg_stat_activity_process_i…
-
### What went wrong?
**What happened**:
Then Grafana OnCall receives alerts from alertmanager, it shows this alert in Slack and in the Web version (right in Grafana, "Home -> Alerts & IRM -> OnCal…
-
## Proposal
**Use case. Why is this important?**
I saw the code https://github.com/prometheus-community/postgres_exporter/blob/master/collector/pg_stat_statements.go
which return query_id.
…
-
Version 0.5.x of `postgres_exporter` enabled support for multi-server connections from a single exporter. This necessitated a need to be able to distinguish different servers on a per metric basis, so…
-
In the values file, add the following query to `sidecars.exporter.queries`:
```yaml
pg_stat_statements:
query: "SELECT
pg_get_userbyid(userid) as user,
pg_database…
-
**What did you do?**
Execute a custom query on the master
**What did you expect to see?**
Executed custom query on the master
**What did you see instead? Under which circumstances?**
*…
-
Is there any way to disable the exporter logging, or provide a flag to write the logs in a pseudo standard JSON format, ie.
```json
{"caller":"log.go:168","level":"debug","msg":"Querying namespace…
-
### What version of OpenTelemetry are you using?
```
├── @opentelemetry/api@1.4.0
├── @opentelemetry/exporter-jaeger@1.9.1
├── @opentelemetry/exporter-zipkin@1.9.1
├── @opentelemetry/instrument…