Skip to content

Commit

Permalink
add additional metrics to mysql plugin tests
Browse files Browse the repository at this point in the history
Closes #165
  • Loading branch information
nickscript0 authored and sparrc committed Sep 2, 2015
1 parent 3f63bcd commit 0143a42
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## v0.1.8 [unreleased]

### Features

[#150](https://github.com/influxdb/telegraf/pull/150): Add Host Uptime metric to system plugin
[#158](https://github.com/influxdb/telegraf/pull/158): Apache Plugin. Thanks @KPACHbIuLLIAnO4
- [#150](https://github.com/influxdb/telegraf/pull/150): Add Host Uptime metric to system plugin
- [#158](https://github.com/influxdb/telegraf/pull/158): Apache Plugin. Thanks @KPACHbIuLLIAnO4
- [#165](https://github.com/influxdb/telegraf/pull/165): Add additional metrics to mysql plugin. Thanks @nickscript0

### Bugfixes

Expand Down
7 changes: 7 additions & 0 deletions plugins/mysql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
{"bytes", 2},
{"innodb", 51},
{"threads", 4},
{"aborted", 2},
{"created", 3},
{"key", 7},
{"open", 7},
{"opened", 3},
{"qcache", 8},
{"table", 5},
}

intMetrics := []string{
Expand Down

0 comments on commit 0143a42

Please sign in to comment.