Commit 4160099
feat(http): add http.server.request.time_in_queue attribute (#267)
* feat(http): add http.server.request.time_in_queue attribute
Adds the `http.server.request.time_in_queue` semantic convention attribute
to capture the time (in milliseconds) a request spent waiting in the server
queue before processing began.
This attribute is populated from the `X-Request-Start` header set by reverse
proxies (Nginx, HAProxy, Heroku router, etc.) and first introduced in
sentry-ruby: getsentry/sentry-ruby#2838
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat(http): add generated attribute definitions for http.server.request.time_in_queue
Generate TypeScript and Python attribute definitions including type
exports, metadata entries, and TypedDict annotations.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 0e79c16 commit 4160099
File tree
3 files changed
+66
-0
lines changed- javascript/sentry-conventions/src
- model/attributes/http
- python/src/sentry_conventions
3 files changed
+66
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3914 | 3914 | | |
3915 | 3915 | | |
3916 | 3916 | | |
| 3917 | + | |
| 3918 | + | |
| 3919 | + | |
| 3920 | + | |
| 3921 | + | |
| 3922 | + | |
| 3923 | + | |
| 3924 | + | |
| 3925 | + | |
| 3926 | + | |
| 3927 | + | |
| 3928 | + | |
| 3929 | + | |
| 3930 | + | |
| 3931 | + | |
| 3932 | + | |
| 3933 | + | |
| 3934 | + | |
| 3935 | + | |
| 3936 | + | |
3917 | 3937 | | |
3918 | 3938 | | |
3919 | 3939 | | |
| |||
9072 | 9092 | | |
9073 | 9093 | | |
9074 | 9094 | | |
| 9095 | + | |
9075 | 9096 | | |
9076 | 9097 | | |
9077 | 9098 | | |
| |||
9501 | 9522 | | |
9502 | 9523 | | |
9503 | 9524 | | |
| 9525 | + | |
9504 | 9526 | | |
9505 | 9527 | | |
9506 | 9528 | | |
| |||
11735 | 11757 | | |
11736 | 11758 | | |
11737 | 11759 | | |
| 11760 | + | |
| 11761 | + | |
| 11762 | + | |
| 11763 | + | |
| 11764 | + | |
| 11765 | + | |
| 11766 | + | |
| 11767 | + | |
| 11768 | + | |
| 11769 | + | |
| 11770 | + | |
11738 | 11771 | | |
11739 | 11772 | | |
11740 | 11773 | | |
| |||
14293 | 14326 | | |
14294 | 14327 | | |
14295 | 14328 | | |
| 14329 | + | |
14296 | 14330 | | |
14297 | 14331 | | |
14298 | 14332 | | |
| |||
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2263 | 2263 | | |
2264 | 2264 | | |
2265 | 2265 | | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
2266 | 2278 | | |
2267 | 2279 | | |
2268 | 2280 | | |
| |||
6342 | 6354 | | |
6343 | 6355 | | |
6344 | 6356 | | |
| 6357 | + | |
| 6358 | + | |
| 6359 | + | |
| 6360 | + | |
| 6361 | + | |
| 6362 | + | |
| 6363 | + | |
| 6364 | + | |
6345 | 6365 | | |
6346 | 6366 | | |
6347 | 6367 | | |
| |||
8368 | 8388 | | |
8369 | 8389 | | |
8370 | 8390 | | |
| 8391 | + | |
8371 | 8392 | | |
8372 | 8393 | | |
8373 | 8394 | | |
| |||
0 commit comments