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

3 uses

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