The NetBSD Project

CVS log for pkgsrc/databases/postgres_exporter/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / databases / postgres_exporter

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 22 17:43:57 2023 UTC (11 months, 1 week ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +202 -1396 lines
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.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Mar 2 20:41:26 2023 UTC (21 months ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1507 -4 lines
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.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:09:46 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
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

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:35:33 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2 lines
databases: Remove SHA1 distfile hashes

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Aug 21 08:50:51 2019 UTC (5 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
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.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 31 14:42:04 2019 UTC (5 years, 6 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
postgres_exporter: Import version 0.4.7.

A PostgresSQL metric exporter for Prometheus.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>