Releases: prometheus-community/postgres_exporter
Releases · prometheus-community/postgres_exporter
v0.4.6
v0.4.5
v0.4.4
v0.4.2
* Adds the following environment variables for overriding defaults: * `PG_EXPORTER_WEB_LISTEN_ADDRESS` * `PG_EXPORTER_WEB_TELEMETRY_PATH` * `PG_EXPORTER_EXTEND_QUERY_PATH` * Add Content-Type to HTTP landing page. * Fix Makefile to produce .exe binaries for Windows.
v0.4.1
v0.4.0
* Fix panic due to inconsistent label cardinality when using queries.yaml with queries which return extra columns. * Add metric for whether the user queries YAML file parsed correctly. This also includes the filename and SHA256 sum allowing tracking of updates. * Add pg_up metric to indicate whether the exporter was able to connect and Ping() the PG instance before a scrape. * Fix broken link in landing page for `/metrics`
v0.3.0
v0.2.3
v0.2.2
* Fix DSN logging. The exporter previously never actually logged the DSN when database connections failed. This was also masking a logic error which could potentially lead to a crash when DSN was unparseable, though no actual crash could be produced in testing.