Skip to content

Commit 06aea31

Browse files
committed
better metrics
1 parent f42466c commit 06aea31

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

observability/grafana/dashboards/vision-agents.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"type": "prometheus",
107107
"uid": "prometheus"
108108
},
109-
"expr": "histogram_quantile(0.50, sum(rate(llm_latency_ms_milliseconds_bucket[5m])) by (le, llm_class))",
109+
"expr": "histogram_quantile(0.50, sum(rate(llm_latency_ms_bucket[5m])) by (le, llm_class))",
110110
"legendFormat": "p50 - {{llm_class}}",
111111
"refId": "A"
112112
},
@@ -115,7 +115,7 @@
115115
"type": "prometheus",
116116
"uid": "prometheus"
117117
},
118-
"expr": "histogram_quantile(0.95, sum(rate(llm_latency_ms_milliseconds_bucket[5m])) by (le, llm_class))",
118+
"expr": "histogram_quantile(0.95, sum(rate(llm_latency_ms_bucket[5m])) by (le, llm_class))",
119119
"legendFormat": "p95 - {{llm_class}}",
120120
"refId": "B"
121121
},
@@ -124,7 +124,7 @@
124124
"type": "prometheus",
125125
"uid": "prometheus"
126126
},
127-
"expr": "histogram_quantile(0.99, sum(rate(llm_latency_ms_milliseconds_bucket[5m])) by (le, llm_class))",
127+
"expr": "histogram_quantile(0.99, sum(rate(llm_latency_ms_bucket[5m])) by (le, llm_class))",
128128
"legendFormat": "p99 - {{llm_class}}",
129129
"refId": "C"
130130
}
@@ -216,7 +216,7 @@
216216
"type": "prometheus",
217217
"uid": "prometheus"
218218
},
219-
"expr": "histogram_quantile(0.50, sum(rate(stt_latency_ms_milliseconds_bucket[5m])) by (le, stt_class))",
219+
"expr": "histogram_quantile(0.50, sum(rate(stt_latency_ms_bucket[5m])) by (le, stt_class))",
220220
"legendFormat": "p50 - {{stt_class}}",
221221
"refId": "A"
222222
},
@@ -225,7 +225,7 @@
225225
"type": "prometheus",
226226
"uid": "prometheus"
227227
},
228-
"expr": "histogram_quantile(0.95, sum(rate(stt_latency_ms_milliseconds_bucket[5m])) by (le, stt_class))",
228+
"expr": "histogram_quantile(0.95, sum(rate(stt_latency_ms_bucket[5m])) by (le, stt_class))",
229229
"legendFormat": "p95 - {{stt_class}}",
230230
"refId": "B"
231231
},
@@ -234,7 +234,7 @@
234234
"type": "prometheus",
235235
"uid": "prometheus"
236236
},
237-
"expr": "histogram_quantile(0.99, sum(rate(stt_latency_ms_milliseconds_bucket[5m])) by (le, stt_class))",
237+
"expr": "histogram_quantile(0.99, sum(rate(stt_latency_ms_bucket[5m])) by (le, stt_class))",
238238
"legendFormat": "p99 - {{stt_class}}",
239239
"refId": "C"
240240
}
@@ -326,7 +326,7 @@
326326
"type": "prometheus",
327327
"uid": "prometheus"
328328
},
329-
"expr": "histogram_quantile(0.50, sum(rate(tts_latency_ms_milliseconds_bucket[5m])) by (le, tts_class))",
329+
"expr": "histogram_quantile(0.50, sum(rate(tts_latency_ms_bucket[5m])) by (le, tts_class))",
330330
"legendFormat": "p50 - {{tts_class}}",
331331
"refId": "A"
332332
},
@@ -335,7 +335,7 @@
335335
"type": "prometheus",
336336
"uid": "prometheus"
337337
},
338-
"expr": "histogram_quantile(0.95, sum(rate(tts_latency_ms_milliseconds_bucket[5m])) by (le, tts_class))",
338+
"expr": "histogram_quantile(0.95, sum(rate(tts_latency_ms_bucket[5m])) by (le, tts_class))",
339339
"legendFormat": "p95 - {{tts_class}}",
340340
"refId": "B"
341341
},
@@ -344,7 +344,7 @@
344344
"type": "prometheus",
345345
"uid": "prometheus"
346346
},
347-
"expr": "histogram_quantile(0.99, sum(rate(tts_latency_ms_milliseconds_bucket[5m])) by (le, tts_class))",
347+
"expr": "histogram_quantile(0.99, sum(rate(tts_latency_ms_bucket[5m])) by (le, tts_class))",
348348
"legendFormat": "p99 - {{tts_class}}",
349349
"refId": "C"
350350
}
@@ -436,7 +436,7 @@
436436
"type": "prometheus",
437437
"uid": "prometheus"
438438
},
439-
"expr": "histogram_quantile(0.50, sum(rate(turn_detection_latency_ms_milliseconds_bucket[5m])) by (le, provider))",
439+
"expr": "histogram_quantile(0.50, sum(rate(turn_detection_latency_ms_bucket[5m])) by (le, provider))",
440440
"legendFormat": "p50 - {{provider}}",
441441
"refId": "A"
442442
},
@@ -445,7 +445,7 @@
445445
"type": "prometheus",
446446
"uid": "prometheus"
447447
},
448-
"expr": "histogram_quantile(0.95, sum(rate(turn_detection_latency_ms_milliseconds_bucket[5m])) by (le, provider))",
448+
"expr": "histogram_quantile(0.95, sum(rate(turn_detection_latency_ms_bucket[5m])) by (le, provider))",
449449
"legendFormat": "p95 - {{provider}}",
450450
"refId": "B"
451451
},
@@ -454,7 +454,7 @@
454454
"type": "prometheus",
455455
"uid": "prometheus"
456456
},
457-
"expr": "histogram_quantile(0.99, sum(rate(turn_detection_latency_ms_milliseconds_bucket[5m])) by (le, provider))",
457+
"expr": "histogram_quantile(0.99, sum(rate(turn_detection_latency_ms_bucket[5m])) by (le, provider))",
458458
"legendFormat": "p99 - {{provider}}",
459459
"refId": "C"
460460
}
@@ -546,7 +546,7 @@
546546
"type": "prometheus",
547547
"uid": "prometheus"
548548
},
549-
"expr": "histogram_quantile(0.50, sum(rate(turn_vad_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
549+
"expr": "histogram_quantile(0.50, sum(rate(turn_vad_latency_ms_bucket[5m])) by (le, implementation))",
550550
"legendFormat": "p50 - {{implementation}}",
551551
"refId": "A"
552552
},
@@ -555,7 +555,7 @@
555555
"type": "prometheus",
556556
"uid": "prometheus"
557557
},
558-
"expr": "histogram_quantile(0.95, sum(rate(turn_vad_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
558+
"expr": "histogram_quantile(0.95, sum(rate(turn_vad_latency_ms_bucket[5m])) by (le, implementation))",
559559
"legendFormat": "p95 - {{implementation}}",
560560
"refId": "B"
561561
},
@@ -564,7 +564,7 @@
564564
"type": "prometheus",
565565
"uid": "prometheus"
566566
},
567-
"expr": "histogram_quantile(0.99, sum(rate(turn_vad_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
567+
"expr": "histogram_quantile(0.99, sum(rate(turn_vad_latency_ms_bucket[5m])) by (le, implementation))",
568568
"legendFormat": "p99 - {{implementation}}",
569569
"refId": "C"
570570
}
@@ -656,7 +656,7 @@
656656
"type": "prometheus",
657657
"uid": "prometheus"
658658
},
659-
"expr": "histogram_quantile(0.50, sum(rate(turn_end_detection_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
659+
"expr": "histogram_quantile(0.50, sum(rate(turn_end_detection_latency_ms_bucket[5m])) by (le, implementation))",
660660
"legendFormat": "p50 - {{implementation}}",
661661
"refId": "A"
662662
},
@@ -665,7 +665,7 @@
665665
"type": "prometheus",
666666
"uid": "prometheus"
667667
},
668-
"expr": "histogram_quantile(0.95, sum(rate(turn_end_detection_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
668+
"expr": "histogram_quantile(0.95, sum(rate(turn_end_detection_latency_ms_bucket[5m])) by (le, implementation))",
669669
"legendFormat": "p95 - {{implementation}}",
670670
"refId": "B"
671671
},
@@ -674,7 +674,7 @@
674674
"type": "prometheus",
675675
"uid": "prometheus"
676676
},
677-
"expr": "histogram_quantile(0.99, sum(rate(turn_end_detection_latency_ms_milliseconds_bucket[5m])) by (le, implementation))",
677+
"expr": "histogram_quantile(0.99, sum(rate(turn_end_detection_latency_ms_bucket[5m])) by (le, implementation))",
678678
"legendFormat": "p99 - {{implementation}}",
679679
"refId": "C"
680680
}

0 commit comments

Comments
 (0)