./databases/postgres_exporter, PostgresSQL metric exporter for Prometheus

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.15.0nb2, Package name: postgres_exporter-0.15.0nb2, Maintainer: pkgsrc-users

A PostgresSQL metric exporter for Prometheus.

MESSAGE.smf [+/-]

Required to build:
[lang/go119]

Master sites:

Filesize: 84.783 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-22 18:43:57 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
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.
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default
   2023-10-15 14:04:35 by Benny Siegert | Files touched by this commit (155) | Package updated
Log message:
Revbump all Go packages after go120 security update
   2023-09-08 21:06:15 by Benny Siegert | Files touched by this commit (154) | Package updated
Log message:
Revbump all Go packages after go120 update