github.com/jackc/pgx/v5/pgxpool.Pool.Stat (method)

3 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L532: 	totalConns := p.Stat().TotalConns()
		pool.go#L561: 	stat := p.Stat()
		pool.go#L706: func (p *Pool) Stat() *Stat {