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

Update dependency prometheus/mysqld_exporter to v0.15.1 #771

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

pccibot
Copy link

@pccibot pccibot commented Jun 13, 2024

This PR contains the following updates:

Package Update Change
prometheus/mysqld_exporter minor 0.12.1 -> 0.15.1

Release Notes

prometheus/mysqld_exporter (prometheus/mysqld_exporter)

v0.15.1: 0.15.1 / 2023-12-12

Compare Source

  • Rebuild for dependency updates

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

v0.14.0: 0.14.0 / 2022-01-05

Compare Source

BREAKING CHANGES:

Metric names in the info_schema.processlist collector have been changed. #​603
Metric names in the info_schema.replica_host collector have been changed. #​496

  • [CHANGE] Rewrite processlist collector #​603
  • [FEATURE] Add collector for replica_host_status #​496
  • [ENHANCEMENT] Expose dates as timestamps grom GLOBAL STATUS #​561
  • [BUGFIX] Fix mysql_slave_hosts_info for mysql 5.5 and mariadb 10.5 #​577
  • [BUGFIX] Fix logging issues #​562 #​602

v0.13.0: 0.13.0 / 2021-05-18

Compare Source

BREAKING CHANGES:

Changes related to replication_group_member_stats collector:

  • metric "transaction_in_queue" was Counter instead of Gauge
  • renamed 3 metrics starting with mysql_perf_schema_transaction_ to start with mysql_perf_schema_transactions_ to be consistent with column names
  • exposing only server's own stats by matching MEMBER_ID with @​@​server_uuid resulting "member_id" label to be dropped.

Changes:

  • [CHANGE] Switch to go-kit for logs. #​433
  • [FEATURE] Add tls.insecure-skip-verify flag to ignore tls verification errors #​417
  • [FEATURE] Add collector for AWS Aurora information_schema.replica_host_status #​435
  • [FEATURE] Add collector for replication_group_members #​459
  • [FEATURE] Add new metrics to replication_group_member_stats collector to support MySQL 8.x. #​462
  • [FEATURE] Add collector for performance_schema.memory_summary_global_by_event_name #​515
  • [FEATURE] Support authenticating using mTLS client cert and no password #​539
  • [FEATURE] Add TLS and basic authentication #​522
  • [ENHANCEMENT] Support heartbeats in UTC #​471
  • [ENHANCEMENT] Improve parsing of boolean strings #​548
  • [BUGFIX] Fix binlog metrics on mysql 8.x #​419
  • [BUGFIX] Fix output value of wsrep_cluster_status #​473
  • [BUGFIX] Fix collect.info_schema.innodb_metrics for new field names (mariadb 10.5+) #​494
  • [BUGFIX] Fix log output of collect[] params #​505
  • [BUGFIX] Fix collect.info_schema.innodb_tablespaces for new table names #​516
  • [BUGFIX] Fix innodb_metrics for mariadb 10.5+ #​523
  • [BUGFIX] Allow perf_schema.memory summary current_bytes to be negative #​517

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.


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

This PR has been generated by Renovate Bot.

@pccibot pccibot force-pushed the renovate/prometheus-mysqld_exporter-0.x branch from 988093e to 3119aaf Compare June 13, 2024 18:41
@TheMeier TheMeier added this to the v15.1.0 milestone Jun 30, 2024
@TheMeier TheMeier added the enhancement New feature or request label Jun 30, 2024
@pccibot pccibot force-pushed the renovate/prometheus-mysqld_exporter-0.x branch from 3119aaf to cab7d7b Compare July 7, 2024 05:03
@TheMeier TheMeier force-pushed the renovate/prometheus-mysqld_exporter-0.x branch from cab7d7b to 6dba903 Compare July 12, 2024 05:23
@TheMeier TheMeier merged commit d599b68 into master Jul 12, 2024
28 checks passed
@TheMeier TheMeier deleted the renovate/prometheus-mysqld_exporter-0.x branch July 12, 2024 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants