Skip to content

Commit

Permalink
Merge pull request #173 from Jaskaranbir/revert-authtype-collector
Browse files Browse the repository at this point in the history
Revert auth_type guage
  • Loading branch information
stanhu authored Oct 14, 2024
2 parents a37997d + 9fbf20a commit a5b3a8c
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 a5b3a8c

Please sign in to comment.