/
githubmirror
/
deno
Обзор
Документация
Войти
/
githubmirror
/
deno
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/specs/cli/otel_basic/node_http_request.out
128 строк
3 KB
Bartek Iwańczuk
build(deps): upgrade opentelemetry crates to 0.32 (#35563)
01 июл 2026, 22:08
Не верифицирован
01 июл 2026, 22:08
b5bd65d
Код
Авторство
О чём код?
{ "spans": [ { "traceId": "00000000000000000000000000000001", "spanId": "0000000000000001", "traceState": "", "parentSpanId": "", "flags": 257, "name": "GET", "kind": 3, "startTimeUnixNano": "[WILDCARD]", "endTimeUnixNano": "[WILDCARD]", "attributes": [ { "key": "http.request.method", "value": { "stringValue": "GET" } }, { "key": "url.full", "value": { "stringValue": "http://localhost:4545/echo.ts" } }, { "key": "url.scheme", "value": { "stringValue": "http" } }, { "key": "url.path", "value": { "stringValue": "/echo.ts" } }, { "key": "url.query", "value": { "stringValue": "" } }, { "key": "http.response.status_code", "value": { "doubleValue": 200 } } ], "droppedAttributesCount": 0, "events": [], "droppedEventsCount": 0, "links": [], "droppedLinksCount": 0, "status": { "message": "", "code": 0 } }, { "traceId": "00000000000000000000000000000002", "spanId": "0000000000000002", "traceState": "", "parentSpanId": "", "flags": 257, "name": "GET", "kind": 3, "startTimeUnixNano": "[WILDCARD]", "endTimeUnixNano": "[WILDCARD]", "attributes": [ { "key": "http.request.method", "value": { "stringValue": "GET" } }, { "key": "url.full", "value": { "stringValue": "http://localhost:4545/not-found" } }, { "key": "url.scheme", "value": { "stringValue": "http" } }, { "key": "url.path", "value": { "stringValue": "/not-found" } }, { "key": "url.query", "value": { "stringValue": "" } }, { "key": "http.response.status_code", "value": { "doubleValue": 404 } }, { "key": "error.type", "value": { "stringValue": "404" } } ], "droppedAttributesCount": 0, "events": [], "droppedEventsCount": 0, "links": [], "droppedLinksCount": 0, "status": { "message": "", "code": 2 } } ], "logs": [], "metrics": [] }