MCPcopy Create free account
hub / github.com/zalando/skipper / logStreamEvent

Method logStreamEvent

proxy/tracing.go:123–129  ·  view source on GitHub ↗
(span ot.Span, eventName, eventValue string)

Source from the content-addressed store, hash-verified

121}
122
123func (pt *proxyTracing) logStreamEvent(span ot.Span, eventName, eventValue string) {
124 if !pt.logStreamEvents {
125 return
126 }
127
128 pt.logEvent(span, eventName, eventValue)
129}
130
131func (pt *proxyTracing) startFilterTracing(operation string, ctx *context) *filterTracing {
132 if pt.disableFilterSpans {

Callers 3

serveResponseMethod · 0.80

Calls 1

logEventMethod · 0.95

Tested by 2