MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / IncRequestsInProgress

Method IncRequestsInProgress

monitoring/stats/stats.go:27–29  ·  view source on GitHub ↗

IncRequestsInProgress increments the requests in progress counter

()

Source from the content-addressed store, hash-verified

25
26// IncRequestsInProgress increments the requests in progress counter
27func (s *Stats) IncRequestsInProgress() {
28 atomic.AddInt64(&s.requestsInProgress, 1)
29}
30
31// DecRequestsInProgress decrements the requests in progress counter
32func (s *Stats) DecRequestsInProgress() {

Callers 1

ExecuteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected