Skip to content

chore(deps): update dependency github.com/prometheus-community/postgres_exporter/postgres_mixin to v0.16.0

This MR contains the following updates:

Package Update Change
github.com/prometheus-community/postgres_exporter/postgres_mixin minor v0.15.0 -> v0.16.0

Release Notes

prometheus-community/postgres_exporter (github.com/prometheus-community/postgres_exporter/postgres_mixin)

v0.16.0: 0.16.0 / 2024-11-10

Compare Source

BREAKING CHANGES:

The logging system has been replaced with log/slog from the stdlib. This change is being made across the prometheus ecosystem. The logging output has changed, but the messages and levels remain the same. The ts label for the timestamp has bewen replaced with time, the accuracy is less, and the timezone is not forced to UTC. The caller field has been replaced by the source field, which now includes the full path to the source file. The level field now exposes the log level in capital letters.

  • [CHANGE] Replace logging system #​1073
  • [ENHANCEMENT] Add save_wal_size and wal_status to replication_slot collector #​1027
  • [ENHANCEMENT] Add roles collector and connection limit metrics to database collector #​997
  • [ENHANCEMENT] Excluded databases log messgae is now info level #​1003
  • [ENHANCEMENT] Add active_time to stat_database collector #​961
  • [ENHANCEMENT] Add slot_type label to replication_slot collector #​960
  • [BUGFIX] Fix walreceiver collectore when no repmgr #​1086
  • [BUGFIX] Remove logging errors on replicas #​1048
  • [BUGFIX] Fix active_time query on postgres>=14 #​1045

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports

Loading