Commit c71339b
feat: Add initial Flow Control metrics (kubernetes-sigs#1714)
* feat: Add initial Flow Control metrics
Introduces initial Prometheus metrics for the experimental Flow Contorl
layer in EPP.
This change adds the following metrics:
- inference_extension_flow_control_request_queue_duration_seconds:
A histogram to track the total time requests spend in the Flow
Control layer, from invocation of EnqueueAndWait to final outcome.
- inference_extension_flow_control_queue_size:
A gauge to track the number of requests currently being managed by
the Flow Control layer.
These metrics are labeled by fairness_id, priority, and outcome (for
the duration metric).
* Rebase onto HEAd and resolve conflicts.1 parent c91e716 commit c71339b
File tree
5 files changed
+184
-12
lines changed- pkg/epp
- flowcontrol/controller
- internal
- metrics
- site-src/guides
5 files changed
+184
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
212 | 220 | | |
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
216 | 224 | | |
217 | 225 | | |
218 | 226 | | |
219 | | - | |
220 | 227 | | |
221 | 228 | | |
222 | 229 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
157 | 163 | | |
158 | 164 | | |
159 | 165 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
425 | 447 | | |
426 | 448 | | |
427 | 449 | | |
| |||
473 | 495 | | |
474 | 496 | | |
475 | 497 | | |
476 | | - | |
| 498 | + | |
| 499 | + | |
477 | 500 | | |
478 | 501 | | |
479 | 502 | | |
| |||
500 | 523 | | |
501 | 524 | | |
502 | 525 | | |
| 526 | + | |
| 527 | + | |
503 | 528 | | |
504 | 529 | | |
505 | 530 | | |
| |||
770 | 795 | | |
771 | 796 | | |
772 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
| 801 | + | |
| 802 | + | |
| 803 | + | |
| 804 | + | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
773 | 813 | | |
774 | 814 | | |
775 | 815 | | |
| |||
0 commit comments