Skip to content

Commit 6ee6eb6

Browse files
committed
add module name to request span
1 parent 522ac75 commit 6ee6eb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sgl-router/src/middleware.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ impl<B> MakeSpan<B> for RequestSpan {
203203
status_code = Empty,
204204
latency = Empty,
205205
error = Empty,
206+
module = "sglang::router_rs"
206207
)
207208
}
208209
}

0 commit comments

Comments
 (0)