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 81bb598 commit 6571bb7Copy full SHA for 6571bb7
metriks/config.go
@@ -5,7 +5,4 @@ type Config struct {
5
Port int `default:"8125"`
6
7
Tags map[string]string
8
-
9
- // Deprecated: Name is not needed anymore.
10
- Name string
11
}
metriks/metriks_test.go
@@ -19,7 +19,6 @@ func TestMetriksInit(t *testing.T) {
19
config := Config{
20
Host: "127.0.0.1",
21
Port: 8125,
22
- Name: "dev-test",
23
Tags: nil,
24
25
err = Init("foo", config)
0 commit comments