Skip to main content
Module

x/tracecontext/traceparent.ts>Traceparent

Blazing fast w3c Trace Contexts for any JS runtime
Latest
interface Traceparent
import { type Traceparent } from "https://deno.land/x/tracecontext@v0.2.0/traceparent.ts";

The Traceparent type represents a W3C Trace Context traceparent header.

Properties

version: string
trace_id: string
parent_id: string
flags: number

Methods

child(): Traceparent

Branches the traceparent into a new child, creating a new parent_id

toString(): string