MCPcopy 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
42func Service(name string, pairs ...string) pprof.LabelSet {
43 return pprof.Labels(append([]string{ServiceTag, name}, pairs...)...)
44}

Callers 15

WithProfilingLabelsFunction · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
RunMethod · 0.92
NewFunction · 0.92
newProvisionerDaemonFunction · 0.92
updateEntitlementsMethod · 0.92
StartMethod · 0.92
StartMethod · 0.92
NewFunction · 0.92
startAPIServerMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected