Skip to content

Conversation

olapiv
Copy link

@olapiv olapiv commented Sep 2, 2024

No description provided.

prombot and others added 30 commits November 8, 2021 14:26
Signed-off-by: Julien Pivotto <[email protected]>
Signed-off-by: Julien Pivotto <[email protected]>
Synchronize common files from prometheus/prometheus
Minor name fix

Signed-off-by: Dmitry Tolstoy <[email protected]>
Signed-off-by: Roman Vynar <[email protected]>
Add mysql_transaction_isolation metric
mixin: fix redundant alert
Change replica_host_status terminology
Synchronize common files from prometheus/prometheus
Add tls.insecure-skip-verify flag to README.md
* Replace unmaintained UUID library

Change github.com/satori/go.uuid to github.com/google/uuid. The former is not a
maintained library.

Signed-off-by: Felix Ortega <[email protected]>
Co-authored-by: Félix Ortega Hortigüela <[email protected]>
Fix mixin dashboards.

Signed-off-by: SuperQ <[email protected]>
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

Signed-off-by: SuperQ <[email protected]>
Fix a bug where the `tlsCfg.InsecureSkipVerify` flag was only consumed when using mTLS.

Signed-off-by: GitHub <[email protected]>
dependabot bot and others added 30 commits May 18, 2025 16:17
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.0 to 1.22.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.21.0...v1.22.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.62.0 to 0.63.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.62.0...v0.63.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
… possibility to opt out of breaking changes with older versions) (#896)

* Set lock_wait_timeout option only if positive
* Add command line option to explicitly disable lock_wait_timeout

---------

Signed-off-by: Francisco Esteveira <[email protected]>
Co-authored-by: Francisco Esteveira <[email protected]>
Move regex vars to package level to avoid re-compilation on each scrape.

Signed-off-by: Cristian Greco <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Cristian Greco <[email protected]>
Signed-off-by: Cristian Greco <[email protected]>
Review regex declarations in innodb and global variables collectors
…s a # symbol in the MySQL password (msg="Error opening connection to database" err="Error 1045 (28000): Access denied for user 'USER'@'*.*.*.*' (using password: YES)") (#937)

Signed-off-by: ops <[email protected]>
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.64.0 to 0.65.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.64.0...v0.65.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-version: 0.65.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) from 1.9.2 to 1.9.3.
- [Release notes](https://github.com/go-sql-driver/mysql/releases)
- [Changelog](https://github.com/go-sql-driver/mysql/blob/v1.9.3/CHANGELOG.md)
- [Commits](go-sql-driver/mysql@v1.9.2...v1.9.3)

---
updated-dependencies:
- dependency-name: github.com/go-sql-driver/mysql
  dependency-version: 1.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…com/prometheus/common-0.65.0

Bump github.com/prometheus/common from 0.64.0 to 0.65.0
…com/go-sql-driver/mysql-1.9.3

Bump github.com/go-sql-driver/mysql from 1.9.2 to 1.9.3
Synchronize common files from prometheus/prometheus
Synchronize common files from prometheus/prometheus
This refactoring makes flags handling more similar to postgres_exporter,
moving `exporter.` flags to the main package and using an "opts" pattern
for building the Exporter instance.

Signed-off-by: Cristian Greco <[email protected]>
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Synchronize common files from prometheus/prometheus
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.23.0 to 1.23.2.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.0...v1.23.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
* Bump github.com/prometheus/exporter-toolkit from 0.13.2 to 0.14.1

Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.13.2 to 0.14.1.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.13.2...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix test

Signed-off-by: Cristian Greco <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Cristian Greco <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cristian Greco <[email protected]>
…com/prometheus/client_golang-1.23.2

Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2
* Update Go build to 1.25.
* Update minimum Go version to 1.24.0.

Signed-off-by: SuperQ <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.