File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### BREAKING CHANGES:
4
4
5
- The minimum supported MySQL version is now 5.5.
6
-
7
- Collector ` info_schema.tables ` is now disabled by default due to high cardinality danger.
8
-
9
5
### Changes:
10
6
11
7
* [ CHANGE]
12
8
* [ BUGFIX]
13
9
* [ ENHANCEMENT]
14
10
* [ FEATURE]
15
11
16
- * [ CHANGE] Update innodb buffer pool mappings #369
12
+ ## 0.12.0 / 2019-07-10
13
+
14
+ ### BREAKING CHANGES:
15
+
16
+ The minimum supported MySQL version is now 5.5.
17
+
18
+ Collector ` info_schema.tables ` is now disabled by default due to high cardinality danger.
19
+
20
+ ### Changes:
21
+
17
22
* [ CHANGE] Update defaults for MySQL 5.5 #318
23
+ * [ CHANGE] Update innodb buffer pool mappings #369
18
24
* [ CHANGE] Disable info_schema.tables collector by default #406
19
25
* [ BUGFIX] Sanitize metric names in global variables #307
26
+ * [ BUGFIX] Use GLOBAL to prevent mysql deadlock #336
20
27
* [ BUGFIX] Clear last_scrape_error on every scrape (PR #368 ) #367
28
+ * [ ENHANCEMENT] Add help for some GLOBAL VARIABLES metrics. #326
29
+ * [ FEATURE] Abort on timeout. #323
30
+ * [ FEATURE] Add minimal MySQL version to Scraper interface #328
21
31
* [ FEATURE] Add by_user and by_host metrics to info_schema.processlist collector (PR #333 ) #334
22
32
* [ FEATURE] Add wsrep_evs_repl_latency metric collecting. (PR #338 )
23
33
* [ FEATURE] Add collector for mysql.user (PR #341 )
34
+ * [ FEATURE] Add perf_schema.eventsstatementssum collector #347
24
35
* [ FEATURE] Add collector to get table stats grouped by schema (PR #354 )
25
36
* [ FEATURE] Add replication_applier_status_by_worker metric collecting. (PR #366 )
26
37
Original file line number Diff line number Diff line change 1
- 0.11 .0
1
+ 0.12 .0
You can’t perform that action at this time.
0 commit comments