Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ AddRequest
Method
AddRequest
scaletest/bridge/metrics.go:62–64 ·
view source on GitHub ↗
(status string)
Source
from the content-addressed store, hash-verified
60
}
61
62
func
(m *Metrics) AddRequest(status string) {
63
m.bridgeRequests.WithLabelValues(status).Inc()
64
}
65
66
func
(m *Metrics) ObserveDuration(duration float64) {
67
m.bridgeDuration.Observe(duration)
Callers
1
Run
Method · 0.80
Calls
1
WithLabelValues
Method · 0.80
Tested by
no test coverage detected