You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(agent): scrape component_latency_mean_seconds from Vector 0.54.0
* feat(db): add latencyMeanMs column to PipelineMetric
* feat: accept and store component latency in heartbeat pipeline
* feat(api): expose latency data in metrics and dashboard endpoints
* feat(ui): add formatLatency helper and Component Latency chart to dashboard
* feat(ui): add Component Latency chart to pipeline metrics page
* feat(ui): add latency to flow editor overlay and show-metrics panel
* feat(ui): add Avg Latency column to fleet node pipeline table
* feat: add latency_mean SLI metric type for pipeline health evaluation
* fix: use proper mean for latency aggregation and handle zero formatting
- Fix running-average bug in getNodePipelineRates that gave incorrect
latency means when aggregating across >2 components
- Add early return for formatLatency(0) to display "0ms" instead of "0.000ms"
0 commit comments