You've already forked mysqld_exporter
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:
committed by
Ben Kochie
parent
8cbe5300d4
commit
a71f4bbcff
@ -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"
|
||||
|
Reference in New Issue
Block a user