Skip to main content

record_http

Function record_http 

Source
pub fn record_http(
    service: &str,
    method: &str,
    url: &str,
    started: Instant,
    status: Option<u16>,
    error: Option<&str>,
)
Expand description

Appends one kind: "http" record with method/url/status/elapsed/error.