MCPcopy Create free account
hub / github.com/cortexproject/cortex / Finish

Method Finish

pkg/util/spanlogger/noop.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29func (n noopSpan) LogFields(fields ...log.Field) {}
30func (n noopSpan) LogKV(keyVals ...any) {}
31func (n noopSpan) Finish() {}
32func (n noopSpan) FinishWithOptions(opts opentracing.FinishOptions) {}
33func (n noopSpan) SetOperationName(operationName string) opentracing.Span { return n }
34func (n noopSpan) Tracer() opentracing.Tracer { return defaultNoopTracer }

Callers 15

QuerierLoopMethod · 0.80
SeriesMethod · 0.80
LabelNamesMethod · 0.80
LabelValuesMethod · 0.80
SeriesMethod · 0.80
LabelNamesMethod · 0.80
LabelValuesMethod · 0.80
SeriesMethod · 0.80
LabelNamesMethod · 0.80
LabelValuesMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by 2

SelectMethod · 0.64