Commit f49b7f4
authored
[Feat] Add Sentry Continuous Profiling Support to vLLM Router (vllm-project#624)
* Added profile lifecycle tracking and sampling rates for traces and sessions in Sentry initialization.
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
* Added validation and command-line arguments for Sentry traces and profile session sample rates in the parser. Ensured sample rates are within the range of 0.0 to 1.0.
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
* Update README.md to include new command-line options for Sentry traces and profiling session sample rates.
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
* Refactor error message formatting in validate_args function for Sentry profile session sample rate validation.
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
* Fix Dockerfile syntax by changing 'source' to '.' for activating the virtual environment.
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>
---------
Signed-off-by: Ifta Khairul Alam Adil <ikaadil007@gmail.com>1 parent ae4afbf commit f49b7f4
4 files changed
Lines changed: 30 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
| |||
298 | 304 | | |
299 | 305 | | |
300 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
301 | 321 | | |
302 | 322 | | |
303 | 323 | | |
| |||
0 commit comments