Update docker.io/prom/mysqld-exporter Docker tag to v0.17.1
Automtated minor upgrade of MySQL exporter Docker container by means of Watchtower with dependency update facilitated by Mend's Renovate Bot.
This MR contains the following updates:
Package | Update | Change |
---|---|---|
docker.io/prom/mysqld-exporter | minor | v0.16.0 -> v0.17.1 |
Release Notes
prometheus/mysqld_exporter (docker.io/prom/mysqld-exporter)
v0.17.1
: 0.17.1 / 2025-02-21
Changes:
- [BUGFIX] Fix query on perf_schema.events_statements_summary_by_digest #920
v0.17.0
: 0.17.0 / 2025-02-19
Changes:
- [FEATURE] Add perf_schema quantile columns to collector #897
- [BUGFIX] Update Mixin dashboard to "editable: false" #911
- [BUGFIX] Fix typo for "locahost" #914
- [BUGFIX] Fix database quoting problem in collector 'info_schema.tables' #908
- [BUGFIX] Use SUM_LOCK_TIME and SUM_CPU_TIME with mysql >= 8.0.28 #916
- [BUGFIX] Add missing metrics_path to multi-target example #899