summaryrefslogtreecommitdiff
path: root/service/metrics/config_test.go
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-12-10 10:30:38 +0300
committerValery Piashchynski <[email protected]>2020-12-10 10:30:38 +0300
commit72ef974e2f79c9ee8eb2584baa50ea9a8b98eac9 (patch)
treec19174a239253cf2c62c18398c2a69d400627416 /service/metrics/config_test.go
parent95bcb4c3f390bebb91041db710dbb4bde994d2fe (diff)
Add objectives to the metrics summary
Diffstat (limited to 'service/metrics/config_test.go')
-rw-r--r--service/metrics/config_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/metrics/config_test.go b/service/metrics/config_test.go
index a64e9047..94f97da5 100644
--- a/service/metrics/config_test.go
+++ b/service/metrics/config_test.go
@@ -1,11 +1,12 @@
package metrics
import (
+ "testing"
+
json "github.com/json-iterator/go"
"github.com/prometheus/client_golang/prometheus"
"github.com/spiral/roadrunner/service"
"github.com/stretchr/testify/assert"
- "testing"
)
type mockCfg struct{ cfg string }