MCPcopy Create free account
hub / github.com/coder/coder / TraceAttributes

Method TraceAttributes

aibridge/intercept/messages/blocking.go:62–64  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

60}
61
62func (i *BlockingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue {
63 return i.interceptionBase.baseTraceAttributes(r, false)
64}
65
66func (*BlockingInterception) Streaming() bool {
67 return false

Callers

nothing calls this directly

Calls 1

baseTraceAttributesMethod · 0.45

Tested by

no test coverage detected