We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6ce79 commit 587cb34Copy full SHA for 587cb34
exporter/exporter_test.go
@@ -27,10 +27,11 @@ import (
27
"sync"
28
"testing"
29
30
- "github.com/percona/mongodb_exporter/internal/tu"
31
"github.com/prometheus/client_golang/prometheus/testutil"
32
"github.com/prometheus/common/promslog"
33
"github.com/stretchr/testify/assert"
+
34
+ "github.com/percona/mongodb_exporter/internal/tu"
35
)
36
37
// Use this for testing because labels like cluster ID are not constant in docker containers
0 commit comments