type github.com/jackc/pgx/v5/pgxpool.Stat

16 uses

	github.com/jackc/pgx/v5/pgxpool (current package)
		pool.go#L706: func (p *Pool) Stat() *Stat {
		pool.go#L707: 	return &Stat{
		stat.go#L10: type Stat struct {
		stat.go#L18: func (s *Stat) AcquireCount() int64 {
		stat.go#L24: func (s *Stat) AcquireDuration() time.Duration {
		stat.go#L29: func (s *Stat) AcquiredConns() int32 {
		stat.go#L35: func (s *Stat) CanceledAcquireCount() int64 {
		stat.go#L41: func (s *Stat) ConstructingConns() int32 {
		stat.go#L48: func (s *Stat) EmptyAcquireCount() int64 {
		stat.go#L53: func (s *Stat) IdleConns() int32 {
		stat.go#L58: func (s *Stat) MaxConns() int32 {
		stat.go#L65: func (s *Stat) TotalConns() int32 {
		stat.go#L70: func (s *Stat) NewConnsCount() int64 {
		stat.go#L76: func (s *Stat) MaxLifetimeDestroyCount() int64 {
		stat.go#L82: func (s *Stat) MaxIdleDestroyCount() int64 {
		stat.go#L89: func (s *Stat) EmptyAcquireWaitTime() time.Duration {