1
0
mirror of https://github.com/prometheus/mysqld_exporter.git synced 2025-07-30 06:43:05 +03:00

Update build (#276)

* Update build

* Update to circleci 2.0
* Update Makefile to use Prometheus Makefile.common.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Fix spelling typos.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Add percona server to docker test.

* Run the latest percona-server docker image.
* Set a `mysql-test` docker network.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Update Travis go versions.

Signed-off-by: Ben Kochie <superq@gmail.com>

* Update README

* Recommend docker network, as link is deprecated.
* Make DSN example more consistent.

Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
Ben Kochie
2018-04-21 07:26:42 +02:00
committed by GitHub
parent 79020cb5d5
commit 1645bb4d70
23 changed files with 337 additions and 130 deletions

View File

@ -160,6 +160,6 @@ END OF INNODB MONITOR OUTPUT
// Ensure all SQL queries were executed
if err := mock.ExpectationsWereMet(); err != nil {
t.Errorf("there were unfulfilled expections: %s", err)
t.Errorf("there were unfulfilled exceptions: %s", err)
}
}