MCPcopy Create free account
hub / github.com/TheThingsNetwork/lorawan-stack / registerWorkerBusy

Function registerWorkerBusy

pkg/workerpool/observability.go:146–148  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

144}
145
146func registerWorkerBusy(name string) {
147 poolMetrics.workersIdle.WithLabelValues(name).Dec()
148}
149
150func registerWorkerStopped(name string) {
151 poolMetrics.workersStopped.WithLabelValues(name).Inc()

Callers 2

handleMethod · 0.85
workerBodyMethod · 0.85

Calls 1

WithLabelValuesMethod · 0.45

Tested by

no test coverage detected