Skip to content
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

minor(deps): update dependency prometheus/mysqld_exporter to v0.15.0 #16

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
prometheus/mysqld_exporter minor 0.14.0 -> 0.15.0

Release Notes

prometheus/mysqld_exporter (prometheus/mysqld_exporter)

v0.15.0

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

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

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate Automated action from Renovate label Jun 25, 2023
@renovate renovate bot merged commit 2394977 into master Jun 26, 2023
3 checks passed
@renovate renovate bot deleted the renovate/minor-versions branch June 26, 2023 01:49
@bothippie
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate Automated action from Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant