chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.1 - autoclosed
Closed
requested to merge renovate/github.com-prometheus-mysqld_exporter-mysqld-mixin-0.x into master
This MR contains the following updates:
Package | Update | Change |
---|---|---|
github.com/prometheus/mysqld_exporter/mysqld-mixin | minor |
v0.14.0 -> v0.15.1
|
v0.15.1
: 0.15.1 / 2023-12-12v0.15.0
: 0.15.0 / 2023-06-16BREAKING CHANGES:
The exporter no longer supports the monolithic DATA_SOURCE_NAME
environment variable.
To configure connections to MySQL you can either use a my.cnf
style config file or command line arguments.
For example:
export MYSQLD_EXPORTER_PASSWORD=secret
mysqld_exporter --mysqld.address=localhost:3306 --mysqld.username=exporter
We have also dropped some internal scrape metrics:
mysql_exporter_scrapes_total
mysql_exporter_scrape_errors_total
mysql_last_scrape_failed
The default client configuration file is now .my.cnf
in the process working directory. Use --config.my-cnf="$HOME/.my.cnf"
to retain the previous default.
Changes:
tlsCfg.InsecureSkipVerify
outside of mTLS #631
sys.user_summary
#628
STRAIGHT_JOIN
in infoSchemaAutoIncrementQuery #726
infoSchemaInnodbMetricsEnabledColumnQuery
#687
This MR has been generated by Renovate Bot.