UNPKG
http-tracer-component
Version:
latest (1.0.0)
next (0.1.0-20230215172634.commit-8ee33a5)
1.0.0
0.1.0-20230215172634.commit-8ee33a5
Add tracing spans to each request handler.
http-tracer-component
/
dist
/
logic.d.ts
4 lines
(3 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
import
{
Trace
}
from
'@well-known-components/tracer-component'
;
export
declare
function
parseTraceState
(
traceState
:
string
):
Record
<
string
,
string
> |
null
;
export
declare
function
parseTraceParentHeader
(
traceParent
:
string
):
Trace
|
null
;