Skip to content

Commit b53587d

Browse files
committed
Merge pull request #80 from prometheus/superq/0.7.0_changes
Update CHANGELOG for 0.7.0 release
2 parents e048f23 + b3da327 commit b53587d

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
## 0.6.0 / 2015-10-28
222

323
BREAKING CHANGES:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
VERSION := 0.6.0
14+
VERSION := 0.7.0
1515
TARGET := mysqld_exporter
1616

1717
include Makefile.COMMON

0 commit comments

Comments
 (0)