MCPcopy
hub / github.com/containerd/containerd / SetAttributes

Method SetAttributes

pkg/tracing/tracing.go:111–113  ·  view source on GitHub ↗

SetAttributes sets kv as attributes of the span.

(kv ...attribute.KeyValue)

Source from the content-addressed store, hash-verified

109
110// SetAttributes sets kv as attributes of the span.
111func (s *Span) SetAttributes(kv ...attribute.KeyValue) {
112 s.otelSpan.SetAttributes(kv...)
113}
114
115const spanDelimiter = "."
116

Callers 15

PullMethod · 0.80
StartMethod · 0.80
StartMethod · 0.80
KillMethod · 0.80
DeleteMethod · 0.80
ExecMethod · 0.80
ResizeMethod · 0.80
NewTaskMethod · 0.80
NewContainerMethod · 0.80
LoadContainerMethod · 0.80
UnpackMethod · 0.80
unpackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected