Commit 1244cd3
committed
refactor: move metrics parsing options and rename HTTP queue metric
- Move get_parsing_options from grpc service to http metrics module
- Rename HTTP_QUEUE to HTTP_QUEUED_REQUESTS for clarity
- Update comment to specify 'first response' timing
Signed-off-by: Keiven Chang <[email protected]>1 parent 217afc4 commit 1244cd3
File tree
2 files changed
+4
-4
lines changed- lib
- llm/src/grpc/service
- runtime/src/metrics
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
| 48 | + | |
| 49 | + | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
0 commit comments