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

Method TraceAttributes

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

Source from the content-addressed store, hash-verified

69}
70
71func (i *StreamingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue {
72 return i.interceptionBase.baseTraceAttributes(r, true)
73}
74
75// ProcessRequest handles a request to /v1/messages.
76// 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