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

Function int64Ptr

pkg/util/trace_info.go:248–248  ·  view source on GitHub ↗
(n int64)

Source from the content-addressed store, hash-verified

246func stringPtr(s string) *string { return &s }
247
248func int64Ptr(n int64) *int64 { return &n }
249
250func (t *TraceInfo) generateResourceWellKnownAttributes() []*jaeger.Tag {
251 if t.r.Intn(2) == 0 {

Calls

no outgoing calls

Tested by

no test coverage detected