parent
de7ad9dfbc
commit
df96958fb8
|
@ -28,7 +28,7 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
|
|||
prefix string
|
||||
count int
|
||||
}{
|
||||
{"commands", 141},
|
||||
{"commands", 147},
|
||||
{"handler", 18},
|
||||
{"bytes", 2},
|
||||
{"innodb", 51},
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
mysql:
|
||||
image: mysql
|
||||
image: mysql:5.7
|
||||
ports:
|
||||
- "3306:3306"
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue