Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 157ebd7

Browse files
Cleber Benjamin WarmlingDiogo Nicoleti
Cleber Benjamin Warmling
and
Diogo Nicoleti
authored
Update gauges/backends.go
Co-Authored-By: Diogo Nicoleti <[email protected]>
1 parent 90d2f9c commit 157ebd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gauges/backends.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func (g *Gauges) MaxBackends() prometheus.Gauge {
3535
func (g *Gauges) CurrentBackends() prometheus.Gauge {
3636
return g.new(
3737
prometheus.GaugeOpts{
38-
Name: "postgresql_current_backends",
38+
Name: "postgresql_instance_connected_backends",
3939
Help: "Current number of concurrent connections in all databases",
4040
ConstLabels: g.labels,
4141
},

0 commit comments

Comments
 (0)