Skip to content
Snippets Groups Projects

chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.0 - autoclosed

This MR contains the following updates:

Package Update Change
github.com/prometheus/mysqld_exporter/mysqld-mixin minor v0.14.0 -> v0.15.0

Release Notes

prometheus/mysqld_exporter

v0.15.0: 0.15.0 / 2023-06-16

Compare Source

BREAKING 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:

  • [CHANGE] Allow tlsCfg.InsecureSkipVerify outside of mTLS #​631
  • [CHANGE] Update to exporter-toolkit v0.8.1 #​677
  • [CHANGE] Fix shared metrics between requests #​722
  • [CHANGE] Allow empty passwords #​742
  • [CHANGE] Don't use HOME env in the my-cnf config path. #​745
  • [FEATURE] Add support for collecting metrics from sys.user_summary #​628
  • [FEATURE] Support for multi-target mysqld probes #​651
  • [FEATURE] Add MySQL TLS configurations #​718
  • [FEATURE] Add config reload via /-/reload #​734
  • [ENHANCEMENT] Add UNIX domain socket support for multi-target scraping #​707
  • [ENHANCEMENT] Use STRAIGHT_JOIN in infoSchemaAutoIncrementQuery #​726
  • [BUGFIX] Fix infoSchemaInnodbMetricsEnabledColumnQuery #​687
  • [BUGFIX] Allow empty passwords #​742

Configuration

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

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

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

:no_bell: 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.

Edited by Renovate Bot

Merge request reports

Checking pipeline status.

Approval is optional

Closed by Renovate BotRenovate Bot 1 year ago (Jul 18, 2023 4:02pm UTC)

Merge details

  • The changes were not merged into master.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Renovate Bot changed the description

    changed the description

  • Renovate Bot changed the description

    changed the description

  • closed

  • Renovate Bot changed title from chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.0 to chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.0 - autoclosed

    changed title from chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.0 to chore(deps): update dependency github.com/prometheus/mysqld_exporter/mysqld-mixin to v0.15.0 - autoclosed

Please register or sign in to reply
Loading