type go.opentelemetry.io/otel/trace.SpanEndOption
8 uses
go.opentelemetry.io/otel/trace (current package)
auto.go#L441: func (s *autoSpan) End(opts ...SpanEndOption) {
auto.go#L450: func (s *autoSpan) end(opts []SpanEndOption) []byte {
config.go#L125: func NewSpanEndConfig(options ...SpanEndOption) SpanConfig {
config.go#L150: type SpanEndOption interface {
config.go#L202: SpanEndOption
config.go#L213: SpanEndOption
noop.go#L70: func (noopSpan) End(...SpanEndOption) {}
span.go#L32: End(options ...SpanEndOption)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |