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

4 uses

	github.com/go-pg/pg/v10/internal/pool (current package)
		pool.go#L30: 	Misses   uint32 // number of times free connection was NOT found in the pool
		pool.go#L251: 	atomic.AddUint32(&p.stats.Misses, 1)
		pool.go#L389: 		Misses:   atomic.LoadUint32(&p.stats.Misses),