-
-
Notifications
You must be signed in to change notification settings - Fork 241
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.17.0 #864
Open
pccibot
wants to merge
1
commit into
master
Choose a base branch
from
renovate/prometheus-community-postgres_exporter-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore(deps): update dependency prometheus-community/postgres_exporter to v0.17.0 #864
pccibot
wants to merge
1
commit into
master
from
renovate/prometheus-community-postgres_exporter-0.x
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
a376753
to
cef40ec
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.5.1
->0.17.0
Release Notes
prometheus-community/postgres_exporter (prometheus-community/postgres_exporter)
v0.17.0
: 0.17.0 / 2025-02-16Compare Source
What's Changed
New Contributors
Full Changelog: prometheus-community/postgres_exporter@v0.16.0...v0.17.0
v0.16.0
: 0.16.0 / 2024-11-10Compare 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 withtime
, the accuracy is less, and the timezone is not forced to UTC. Thecaller
field has been replaced by thesource
field, which now includes the full path to the source file. Thelevel
field now exposes the log level in capital letters.v0.15.0
: 0.15.0 / 2023-10-27Compare Source
v0.14.0
: 0.14.0 / 2023-09-11Compare Source
state
label to pg_process_idle_seconds #862v0.13.2
: 0.13.2 / 2023-07-21Compare Source
v0.13.1
: 0.13.1 / 2023-06-27Compare Source
v0.13.0
: 0.13.0 / 2023-06-21Compare 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.
v0.12.1
: 0.12.1 / 2023-06-12Compare Source
v0.12.0
: 0.12.0 / 2023-03-21Compare 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.
v0.11.1
: 0.11.1 / 2022-08-01Compare Source
v0.11.0
: 0.11.0 / 2022-07-28Compare Source
NOTE: pg_stat_bgwriter counter metrics had the
_total
suffix added #556v0.10.1
: 0.10.1 / 2022-01-14Compare Source
v0.10.0
: 0.10.0 / 2021-07-08Compare Source
v0.9.0
: 0.9.0 / 2021-03-01Compare Source
First release under the Prometheus Community organisation.
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.
This PR has been generated by Renovate Bot.