mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
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:
parent
4b2b371876
commit
5543aa543f
3 changed files with 64 additions and 2 deletions
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue