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 9e6b4b2 commit ab3217cCopy full SHA for ab3217c
main.go
@@ -122,7 +122,7 @@ func newExporter(endpoint string, timeout time.Duration) *exporter {
122
nil,
123
),
124
activeClientConnections: prometheus.NewDesc(
125
- prometheus.BuildFQName(namespace, "", "active_client_connections"),
+ prometheus.BuildFQName(namespace, "", "client_connections_active"),
126
"The current number of active client connections.",
127
[]string{"pool"},
128
0 commit comments