Struct conjure_runtime::HostMetrics [−][src]
pub struct HostMetrics { /* fields omitted */ }Expand description
Metrics about requests made to a specific host of a service.
Implementations
Returns the name of the service running on this host.
Returns the time of the last update to the node’s health metrics.
Returns a timer recording requests to this host which returned a 1xx HTTP response.
Returns a timer recording requests to this host which returned a 2xx HTTP response.
Returns a timer recording requests to this host which returned a 3xx HTTP response.
Returns a timer recording requests to this host which returned a 4xx HTTP response (other than 429).
Returns a timer recording requests to this host which returned a 5xx HTTP response (other than 503).
Returns a timer recording requests to this host which returned a QoS error (a 429 or 503).
Returns a timer recording requests to this host which returned an HTTP response not in the range 100-599.
Auto Trait Implementations
impl !RefUnwindSafe for HostMetrics
impl Send for HostMetrics
impl Sync for HostMetrics
impl Unpin for HostMetrics
impl !UnwindSafe for HostMetrics
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more