add in time to first token stat

changes stats to implement debug for histogram, update filter_context to
open ttft to stats endpoint and update stream_context to get time
between both of those.
This commit is contained in:
aayushwhiz 2024-11-06 14:12:32 -08:00
parent 4b2b371876
commit 5543aa543f
3 changed files with 64 additions and 2 deletions

View file

@ -80,7 +80,7 @@ impl RecordingMetric for Gauge {}
/// For offset deltas
impl IncrementingMetric for Gauge {}
#[derive(Copy, Clone)]
#[derive(Copy, Clone, Debug)]
pub struct Histogram {
id: u32,
}