type

RequestObservation

Completed request timing, route, response size, error code, and status metadata.

Source ridu.go:118

Timetime.Time
When the observation was recorded.
RequestIDstring
Correlates the observation with audit events and logs.
Methodstring
The HTTP request method.
Pathstring
The requested URL path.
Statusint
The HTTP response status code.
ErrorCodestring
The stable public Ridu code for a failed request.
ResponseBytesint64
The response-body byte count.
Durationtime.Duration
The complete handler execution time.