Skip to content

Commit

Permalink
move upd to enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangreco committed Nov 28, 2024
1 parent db4f54a commit 5855296
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ Main (unreleased)

- Add relevant golang environment variables to the support bundle (@dehaansa)

<<<<<<< HEAD
- Logs from underlying clustering library `memberlist` are now surfaced with correct level (@thampiotr)
=======
- Update mysqld_exporter from v0.15.0 to v0.16.0, most notable changes: (@cristiangreco)
- Support MySQL 8.4 replicas syntax
- Fetch lock time and cpu time from performance schema
- Fix fetching tmpTables vs tmpDiskTables from performance_schema
- Skip SPACE_TYPE column for MariaDB >=10.5
- Fixed parsing of timestamps with non-zero padded days
- Fix auto_increment metric collection errors caused by using collation in INFORMATION_SCHEMA searches
- Change processlist query to support ONLY_FULL_GROUP_BY sql_mode
>>>>>>> 5a0176ab6 (move upd to enhancements)
### Bugfixes

Expand Down

0 comments on commit 5855296

Please sign in to comment.