1
0
mirror of https://github.com/prometheus/mysqld_exporter.git synced 2025-07-28 19:21:58 +03:00

Broken landing page, doesn't include metric path. (#264)

* Broken landing page, doesn't include metric path.

* Fix landing page.
This commit is contained in:
Kamil Dziedzic
2018-02-01 18:33:24 +01:00
committed by Ben Kochie
parent 8cbe5300d4
commit a71f4bbcff
3 changed files with 181 additions and 12 deletions

View File

@ -1,9 +1,9 @@
package collector
import (
"fmt"
"testing"
"fmt"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
"github.com/smartystreets/goconvey/convey"