MCPcopy
hub / github.com/containerd/containerd / Name

Function Name

pkg/tracing/tracing.go:118–120  ·  view source on GitHub ↗

Name sets the span name by joining a list of strings in dot separated format.

(names ...string)

Source from the content-addressed store, hash-verified

116
117// Name sets the span name by joining a list of strings in dot separated format.
118func Name(names ...string) string {
119 return strings.Join(names, spanDelimiter)
120}
121
122// Attribute takes a key value pair and returns attribute.KeyValue type.
123func Attribute(k string, v any) attribute.KeyValue {

Callers 15

PullMethod · 0.92
fetchMethod · 0.92
createNewImageMethod · 0.92
StartMethod · 0.92
KillMethod · 0.92
DeleteMethod · 0.92
ExecMethod · 0.92
ResizeMethod · 0.92
UnpackMethod · 0.92
unpackMethod · 0.92
fetchMethod · 0.92
doMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…