Skip to content

Commit ab3217c

Browse files
committed
Use consistent naming for active connection
1 parent 9e6b4b2 commit ab3217c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func newExporter(endpoint string, timeout time.Duration) *exporter {
122122
nil,
123123
),
124124
activeClientConnections: prometheus.NewDesc(
125-
prometheus.BuildFQName(namespace, "", "active_client_connections"),
125+
prometheus.BuildFQName(namespace, "", "client_connections_active"),
126126
"The current number of active client connections.",
127127
[]string{"pool"},
128128
nil,

0 commit comments

Comments
 (0)