File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ ## 0.6.0 / 2015-10-28
2+
3+ BREAKING CHANGES:
4+ * The digest_text mapping metric has been removed, now included in all digest metrics (PR #50 )
5+ * Flags for timing metrics have been removed, now included with related counter flag (PR #48 )
6+
7+ * [ FEATURE] New collector for metrics from information_schema.processlist (PR #34 )
8+ * [ FEATURE] New collector for binlog counts/sizes (PR #35 )
9+ * [ FEATURE] New collector for performance_schema.{file_summary_by_event_name,events_waits_summary_global_by_event_name} (PR #49 )
10+ * [ FEATURE] New collector for information_schema.tables (PR #51 )
11+ * [ IMPROVEMENT] All collection methods now have enable flags (PR #46 )
12+ * [ IMPROVEMENT] Consolidate performance_schema metrics flags (PR #48 )
13+ * [ IMPROVEMENT] Removed need for digest_text mapping metric (PR #50 )
14+ * [ IMPROVEMENT] Update docs (PR #52 )
15+
116## 0.5.0 / 2015-09-22
217
318* [ FEATURE] Add metrics for table locks
Original file line number Diff line number Diff line change 1111# See the License for the specific language governing permissions and
1212# limitations under the License.
1313
14- VERSION := 0.5 .0
14+ VERSION := 0.6 .0
1515TARGET := mysqld_exporter
1616
1717include Makefile.COMMON
You can’t perform that action at this time.
0 commit comments