Skip to content

Commit

Permalink
Revert auth_type guage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskaranbir committed Oct 14, 2024
1 parent a37997d commit ad84863
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ var (
}

configMap = map[string]*(prometheus.Desc){
"auth_type": prometheus.NewDesc(
prometheus.BuildFQName(namespace, "config", "auth_type"),
"Config authentication type used by pgbouncer", nil, nil),
"max_client_conn": prometheus.NewDesc(
prometheus.BuildFQName(namespace, "config", "max_client_connections"),
"Config maximum number of client connections", nil, nil),
Expand Down

0 comments on commit ad84863

Please sign in to comment.