Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ Service
Function
Service
coderd/pproflabel/pproflabel.go:42–44 ·
view source on GitHub ↗
(name string, pairs ...string)
Source
from the content-addressed store, hash-verified
40
)
41
42
func
Service(name string, pairs ...string) pprof.LabelSet {
43
return
pprof.Labels(append([]string{ServiceTag, name}, pairs...)...)
44
}
Callers
15
WithProfilingLabels
Function · 0.92
Run
Method · 0.92
Run
Method · 0.92
Run
Method · 0.92
Run
Method · 0.92
New
Function · 0.92
newProvisionerDaemon
Function · 0.92
updateEntitlements
Method · 0.92
Start
Method · 0.92
Start
Method · 0.92
New
Function · 0.92
startAPIServer
Method · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected