Path to this page:
Subject: CVS commit: pkgsrc/databases/postgres_exporter
From: Adam Ciarcinski
Date: 2019-08-21 10:50:51
Message id: 20190821085051.D79B1FBF4@cvs.NetBSD.org
Log Message:
postgres_exporter: updated to 0.5.1
v0.5.1:
* Add application_name as a label for pg_stat_replication metrics
v0.5.0:
It's been far too long since I've done a release and we have a lot of \
accumulated changes.
* Docker image now runs as a non-root user named "postgres_exporter"
* Add `--auto-discover-databases` option, which automatically discovers and \
scrapes all databases.
* Add support for boolean data types as metrics
* Replication lag is now expressed as a float and not truncated to an integer.
* When default metrics are disabled, no version metrics are collected anymore either.
* BUGFIX: Fix exporter panic when postgres server goes down.
* Add support for collecting metrics from multiple servers.
* PostgreSQL 11 is now supported in the integration tests.
Files: