diff --git a/src/metrics.rs b/src/metrics.rs index 611fbe0..97c5e96 100644 --- a/src/metrics.rs +++ b/src/metrics.rs @@ -37,7 +37,7 @@ impl Metrics { let reconcile_duration = meter .f64_histogram("reconcile_duration_seconds") .with_description("Duration of reconcile operations") - .with_boundaries(vec![0.1, 0.5, 1.0, 5.0, 10.0]) + .with_boundaries(vec![0.001, 0.01, 0.1, 1.0, 10.0]) .build(); let services_managed = meter