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

Method TraceAttributes

intercept/messages/streaming.go:70–72  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

68}
69
70func (i *StreamingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue {
71 return i.interceptionBase.baseTraceAttributes(r, true)
72}
73
74// ProcessRequest handles a request to /v1/messages.
75// This API has a state-machine behind it, which is described in https://docs.claude.com/en/docs/build-with-claude/streaming#event-types.

Callers

nothing calls this directly

Calls 1

baseTraceAttributesMethod · 0.45

Tested by

no test coverage detected