docs: Update ingester/src/stream_handler/sink_instrumentation.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>pull/24376/head
parent
24eeddce8a
commit
998a66fd98
|
@ -464,7 +464,7 @@ mod tests {
|
|||
}
|
||||
);
|
||||
|
||||
// Validate the success histogram was hit
|
||||
// Validate the histogram was hit even on error
|
||||
let hist = get_metric::<U64Histogram>(&metrics, "ingester_op_apply_duration_ms", &{
|
||||
let mut attrs = DEFAULT_ATTRS.clone();
|
||||
attrs.insert("result", "error");
|
||||
|
|
Loading…
Reference in New Issue