Up to [cvs.NetBSD.org] / pkgsrc / databases / postgres_exporter
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
postgres_exporter: update to 0.15.0 (security) This fixes the following vulnerabilities: Vulnerability: GO-2023-1571 Denial of service via crafted HTTP/2 stream in net/http and golang.org/x/net More info: https://pkg.go.dev/vuln/GO-2023-1571 Module: golang.org/x/net Found in: golang.org/x/net@v0.0.0-20220225172249-27dd8689420f Fixed in: golang.org/x/net@v0.7.0 Vulnerability: GO-2022-1130 Authentication bypass in github.com/prometheus/exporter-toolkit More info: https://pkg.go.dev/vuln/GO-2022-1130 Module: github.com/prometheus/exporter-toolkit Found in: github.com/prometheus/exporter-toolkit@v0.7.1 Fixed in: github.com/prometheus/exporter-toolkit@v0.8.2 0.15.0 ------ - Add 1kB and 2kB units - Add error log when probe collector creation fails - Fix test build failures on 32-bit arch - Adjust collector to use separate connection per scrape 0.14.0 ------ - Add state label to pg_process_idle_seconds - Change database connections to one per scrape 0.13.0 ------ BREAKING CHANGES: Please note, the following features are deprecated and may be removed in a future release: auto-discover-databases extend.query-path constantLabels exclude-databases include-databases This exporter is meant to monitor PostgresSQL servers, not the user data/databases. If you need a generic SQL report exporter https://github.com/burningalchemist/sql_exporter is recommended. 0.12.0 ------ BREAKING CHANGES: This release changes support for multiple postgres servers to use the multi-target exporter pattern. This makes it much easier to monitor multiple PostgreSQL servers from a single exporter by passing the target via URL params. See the Multi-Target Support section of the README.
prometheus_exporter: update to 0.11.1 Changes: a whole lot, since there are so many versions in between. Now in the "prometheus-community" github org.
databases: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
databases: Remove SHA1 distfile hashes
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.
postgres_exporter: Import version 0.4.7. A PostgresSQL metric exporter for Prometheus.