MCPcopy
hub / github.com/containerd/containerd / End

Method End

pkg/tracing/tracing.go:85–87  ·  view source on GitHub ↗

End completes the span.

()

Source from the content-addressed store, hash-verified

83
84// End completes the span.
85func (s *Span) End() {
86 s.otelSpan.End()
87}
88
89// AddEvent adds an event with provided name and options.
90func (s *Span) AddEvent(name string, attributes ...attribute.KeyValue) {

Callers 15

PullMethod · 0.80
fetchMethod · 0.80
createNewImageMethod · 0.80
StartMethod · 0.80
KillMethod · 0.80
WaitMethod · 0.80
CloseIOMethod · 0.80
ResizeMethod · 0.80
DeleteMethod · 0.80
StartMethod · 0.80
KillMethod · 0.80
PauseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected