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
+
1
16
## 0.5.0 / 2015-09-22
2
17
3
18
* [ FEATURE] Add metrics for table locks
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.5 .0
14
+ VERSION := 0.6 .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