File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.0 / 2016-02-12
2
+
3
+ BREAKING CHANGES:
4
+ * Global status metrics for "handlers" have been renamed
5
+
6
+ * [ FEATURE] New collector for ` information_schema.table_statistics ` (PR #57 )
7
+ * [ FEATURE] New server version metric (PR #59 )
8
+ * [ FEATURE] New collector for ` information_schema.innodb_metrics ` (PR #69 )
9
+ * [ FEATURE] Read credentials from ".my.cnf" files (PR #77 )
10
+ * [ FEATURE] New collector for query response time distribution (PR #79 )
11
+ * [ FEATURE] Add minimum time flag for processlist metrics (PR #82 )
12
+ * [ IMPROVEMENT] Collect more metrics from ` performance_schema.events_statements_summary_by_digest ` (PR #58 )
13
+ * [ IMPROVEMENT] Add option to filter metrics queries from the slow log (PR #60 )
14
+ * [ IMPROVEMENT] Leverage lock-free SHOW SLAVE STATUS (PR #61 )
15
+ * [ IMPROVEMENT] Add labels to global status "handlers" counters (PR #68 )
16
+ * [ IMPROVEMENT] Update Makefile.COMMON from utils repo (PR #73 )
17
+ * [ BUGFIX] Fix broken error return in the scrape function and log an error (PR #64 )
18
+ * [ BUGFIX] Check log_bin before running SHOW BINARY LOGS (PR #74 )
19
+ * [ BUGFIX] Fixed uint for scrapeInnodbMetrics() and gofmt (PR #81 )
20
+
1
21
## 0.6.0 / 2015-10-28
2
22
3
23
BREAKING CHANGES:
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- VERSION := 0.6 .0
14
+ VERSION := 0.7 .0
15
15
TARGET := mysqld_exporter
16
16
17
17
include Makefile.COMMON
You can’t perform that action at this time.
0 commit comments