MCPcopy
hub / github.com/cloudflare/cloudflared / Tracer

Method Tracer

tracing/tracing.go:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135}
136
137func (cft *cfdTracer) Tracer() trace.Tracer {
138 return cft.TracerProvider.Tracer(tracerInstrumentName)
139}
140
141// GetSpans returns the spans as base64 encoded string of protobuf otlp traces.
142func (cft *cfdTracer) GetSpans() (enc string) {

Callers 7

RegisterUdpSessionMethod · 0.80
RequestSpanMethod · 0.80
ReplySpanMethod · 0.80
ProxyHTTPMethod · 0.80
proxyHTTPRequestMethod · 0.80
proxyStreamMethod · 0.80
proxyTCPStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected