Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency prometheus-community/postgres_exporter to v0.15.0 #760

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pccibot
Copy link

@pccibot pccibot commented Jun 13, 2024

This PR contains the following updates:

Package Update Change
prometheus-community/postgres_exporter minor 0.5.1 -> 0.15.0

Release Notes

prometheus-community/postgres_exporter (prometheus-community/postgres_exporter)

v0.15.0: 0.15.0 / 2023-10-27

Compare Source

  • [ENHANCEMENT] Add 1kB and 2kB units #​915
  • [BUGFIX] Add error log when probe collector creation fails #​918
  • [BUGFIX] Fix test build failures on 32-bit arch #​919
  • [BUGFIX] Adjust collector to use separate connection per scrape #​936

v0.14.0: 0.14.0 / 2023-09-11

Compare Source

  • [CHANGE] Add state label to pg_process_idle_seconds #​862
  • [CHANGE] Change database connections to one per scrape #​882 #​902
  • [ENHANCEMENT] Add wal collector #​858
  • [ENHANCEMENT] Add database_wraparound collector #​834
  • [ENHANCEMENT] Add stat_activity_autovacuum collector #​840
  • [ENHANCEMENT] Add stat_wal_receiver collector #​844
  • [ENHANCEMENT] Add xlog_location collector #​849
  • [ENHANCEMENT] Add statio_user_indexes collector #​845
  • [ENHANCEMENT] Add long_running_transactions collector #​836
  • [ENHANCEMENT] Add pg_stat_user_tables_size_bytes metric #​904
  • [BUGFIX] Fix tests on 32-bit systems #​857
  • [BUGFIX] Fix pg_stat_statements metrics on Postgres 13+ #​874 #​876
  • [BUGFIX] Fix pg_stat_database metrics for NULL stats_reset #​877
  • [BUGFIX] Fix pg_replication_lag_seconds on Postgres 10+ when master is idle #​895

v0.13.2: 0.13.2 / 2023-07-21

Compare Source

  • [BUGFIX] Fix type issues on pg_postmaster metrics #​828
  • [BUGFIX] Fix pg_replication collector instantiation #​854
  • [BUGFIX] Fix pg_process_idle metrics #​855

v0.13.1: 0.13.1 / 2023-06-27

Compare Source

  • [BUGFIX] Make collectors not fail on null values #​823

v0.13.0: 0.13.0 / 2023-06-21

Compare Source

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.

  • [CHANGE] Adjust log level for collector startup #​784
  • [CHANGE] Move queries from queries.yaml to collectors #​801
  • [CHANGE] Deprecate extend queries feature #​811
  • [CHANGE] Deprecate additional database features #​815
  • [CHANGE] Convert pg_stat_database to new collector #​685
  • [ENHANCEMENT] Supports alternate postgres:// prefix in URLs #​787
  • [BUGFIX] Fix pg_setting different help values #​771
  • [BUGFIX] Fix column type for pg_replication_slots #​777
  • [BUGFIX] Fix pg_stat_database collector #​809

v0.12.1: 0.12.1 / 2023-06-12

Compare Source

  • [BUGFIX] Fix column type for pg_replication_slots #​777

v0.12.0: 0.12.0 / 2023-03-21

Compare Source

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.

  • [CHANGE] Add multi-target support #​618
  • [CHANGE] Add usename and application_name to pg_stat_activity metrics #​673
  • [FEATURE] Add replication metrics from pg_replication_slots #​747
  • [BUGFIX] Add dsn type for handling datasources #​678
  • [BUGFIX] Add 64kB unit for postgres 15 #​740
  • [BUGFIX] Add 4kB unit for postgres compiled with small blocks #​699

v0.11.1: 0.11.1 / 2022-08-01

Compare Source

  • [BUGFIX] Fix checkpoint_write_time value type #​666
  • [BUGFIX] Fix checkpoint_sync_time value type #​667

v0.11.0: 0.11.0 / 2022-07-28

Compare Source

NOTE: pg_stat_bgwriter counter metrics had the _total suffix added #​556

  • [CHANGE] refactor pg_stat_bgwriter metrics into standalone collector #​556
  • [FEATURE] Add pg_database collector #​613
  • [ENHANCEMENT] Add pg_database_size_bytes metric #​613
  • [BUGFIX] Avoid parsing error from bogus Azure Flexible Server custom GUC #​587
  • [BUGFIX] Fix pg_stat_archiver error in 9.4 and earlier. #​599
  • [BUGFIX] Sanitize setting values because of Aurora irregularity #​620

v0.10.1: 0.10.1 / 2022-01-14

Compare Source

  • [BUGFIX] Fix broken log-level for values other than debug. #​560

v0.10.0: 0.10.0 / 2021-07-08

Compare Source

  • [ENHANCEMENT] Add ability to set included databases when autoDiscoverDatabases is enabled #​499
  • [BUGFIX] fix pg_replication_slots on postgresql versions 9.4 <> 10.0 #​537

v0.9.0: 0.9.0 / 2021-03-01

Compare Source

First release under the Prometheus Community organisation.

  • [CHANGE] Update build to use standard Prometheus promu/Dockerfile
  • [ENHANCEMENT] Remove duplicate column in queries.yml #​433
  • [ENHANCEMENT] Add query for 'pg_replication_slots' #​465
  • [ENHANCEMENT] Allow a custom prefix for metric namespace #​387
  • [ENHANCEMENT] Improve PostgreSQL replication lag detection #​395
  • [ENHANCEMENT] Support connstring syntax when discovering databases #​473
  • [ENHANCEMENT] Detect SIReadLock locks in the pg_locks metric #​421
  • [BUGFIX] Fix pg_database_size_bytes metric in queries.yaml #​357
  • [BUGFIX] Don't ignore errors in parseUserQueries #​362
  • [BUGFIX] Fix queries.yaml for AWS RDS #​370
  • [BUGFIX] Recover when connection cannot be established at startup #​415
  • [BUGFIX] Don't retry if an error occurs #​426
  • [BUGFIX] Do not panic on incorrect env #​457

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pccibot pccibot force-pushed the renovate/prometheus-community-postgres_exporter-0.x branch from 72fc926 to 78abe3a Compare June 13, 2024 18:40
@TheMeier
Copy link
Contributor

breaking change in v0.12.0

@TheMeier TheMeier marked this pull request as draft June 30, 2024 10:32
@TheMeier TheMeier added this to the v15.1.0 milestone Jun 30, 2024
@TheMeier TheMeier added enhancement New feature or request needs-work not ready to merge just yet labels Jun 30, 2024
@pccibot pccibot changed the title Update dependency prometheus-community/postgres_exporter to v0.15.0 chore(deps): update dependency prometheus-community/postgres_exporter to v0.15.0 Jul 21, 2024
@TheMeier TheMeier removed this from the v16.0.0 milestone Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-work not ready to merge just yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants