github.com/go-pg/pg/v10/internal/pool.Stats.TotalConns (field)

2 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L33: 	TotalConns uint32 // number of total connections in the pool
		pool.go#L392: 		TotalConns: uint32(p.Len()),