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

Function jaegerSpanID

pkg/querier/tripperware/queryrange/results_cache.go:774–781  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

772}
773
774func jaegerSpanID(ctx context.Context) string {
775 spanContext, ok := getSpanContext(ctx)
776 if !ok {
777 return ""
778 }
779
780 return spanContext.SpanID().String()
781}
782
783func jaegerTraceID(ctx context.Context) string {
784 spanContext, ok := getSpanContext(ctx)

Callers 3

DoMethod · 0.85
handleMissMethod · 0.85
handleHitMethod · 0.85

Calls 2

getSpanContextFunction · 0.85
StringMethod · 0.65

Tested by

no test coverage detected