Mike

Results 17 comments of Mike

Me too. Run as ` PG_EXPORTER_AUTO_DISCOVER_DATABASES=true -e PG_EXPORTER_INCLUDE_DATABASES= quay.io/prometheuscommunity/postgres-exporter` used version `postgres_exporter_build_info{branch="HEAD",goversion="go1.18.5",revision="b5fd2465646a09bb1c8dbd5c9c00b852da93927a",version="0.11.1"} 1` All data about all databases are here (include postgres. template0, template1) `pg_stat_activity_count{datname="postgres",server=":5432",state="idle"} 4` `pg_stat_activity_count{datname="template0",server=":5432",state="idle"} 0` Also tried...

I resolve this problem via installation guide for non-docker variant, see doc 'Database configuration'

Also cannot login with ralph:ralph just now

Also encounter this. I see some conflict in warning about deprecate custom query.yml `Please note, the following features are deprecated and may be removed in a future release: extend.query-path "...

build container from current master after PR merge pg ver 13.3 ``` postgres_exporter, version 0.13.1 (branch: master, revision: f9277b04b7f614a03a4ca70194abe2045f17c36a) ts=2023-07-25T14:44:47.786Z caller=postgres_exporter.go:613 level=info msg="Semantic version changed" server=mypgdb:5432 from=0.0.0 to=13.3.0 ts=2023-07-25T14:44:47.761Z caller=collector.go:190...

Works as expected now ``` postgres_exporter, version 0.13.1 (branch: master, revision: 716ac23f202f664845d04c0d7b07000feae19c59) ts=2023-07-26T12:33:49.283Z caller=collector.go:194 level=debug msg="collector succeeded" name=stat_statements duration_seconds=0.491161838 ts=2023-07-26T12:33:49.351Z caller=postgres_exporter.go:613 level=info msg="Semantic version changed" server=mypgdb:5432 from=0.0.0 to=13.3.0 ```

Hello all. We encounter this bug regularly in our environment (ansible 2.8.4) due to files in zip archive with long dash in its names. We use ansible in gitlab pipeline,...