MCPcopy
hub / github.com/grafana/tempo / newDeduper

Function newDeduper

modules/frontend/combiner/trace_by_id_deduper.go:17–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15var maxSpanID uint64 = 0xffffffffffffffff
16
17func newDeduper() *spanIDDeduper {
18 return &spanIDDeduper{}
19}
20
21// This is copied over from Jaeger and modified to work for OpenTelemetry Trace data structure
22// https://github.com/jaegertracing/jaeger/blob/12bba8c9b91cf4a29d314934bc08f4a80e43c042/model/adjuster/span_id_deduper.go

Callers 3

benchmarkDeduperFunction · 0.85
HTTPFinalMethod · 0.85
NewTraceByIDV2Function · 0.85

Calls

no outgoing calls

Tested by 1

benchmarkDeduperFunction · 0.68