Skip to content

Commit 9e6b4b2

Browse files
committed
Remove incorrect labels
1 parent 15a7676 commit 9e6b4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ func newExporter(endpoint string, timeout time.Duration) *exporter {
100100
totalConnections: prometheus.NewDesc(
101101
prometheus.BuildFQName(namespace, "", "connections_total"),
102102
"Total number of connections.",
103-
[]string{"pool"},
103+
nil,
104104
nil,
105105
),
106106
currentConnections: prometheus.NewDesc(
107107
prometheus.BuildFQName(namespace, "", "current_connections"),
108108
"The current number of connections.",
109-
[]string{"pool"},
109+
nil,
110110
nil,
111111
),
112112
clientEOF: prometheus.NewDesc(

0 commit comments

Comments
 (0)