add additional metrics to mysql plugin tests
This commit is contained in:
parent
61443026ed
commit
c4e020e50f
|
@ -33,6 +33,13 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
|
||||||
{"bytes", 2},
|
{"bytes", 2},
|
||||||
{"innodb", 51},
|
{"innodb", 51},
|
||||||
{"threads", 4},
|
{"threads", 4},
|
||||||
|
{"aborted", 2},
|
||||||
|
{"created", 3},
|
||||||
|
{"key", 7},
|
||||||
|
{"open", 7},
|
||||||
|
{"opened", 3},
|
||||||
|
{"qcache", 8},
|
||||||
|
{"table", 5},
|
||||||
}
|
}
|
||||||
|
|
||||||
intMetrics := []string{
|
intMetrics := []string{
|
||||||
|
|
Loading…
Reference in New Issue