Skip to main content
Module

x/azure_functions/types.ts>TraceContext

Run Deno 🦕 on Azure Functions ⚡️
Latest
interface TraceContext
import { type TraceContext } from "https://deno.land/x/azure_functions@v0.9.0/types.ts";

TraceContext information to enable distributed tracing scenarios.

Properties

traceparent: string | null | undefined

Describes the position of the incoming request in its trace graph in a portable, fixed-length format.

tracestate: string | null | undefined

Extends traceparent with vendor-specific data.

attributes: { [k: string]: string; } | null | undefined

Holds additional properties being sent as part of request telemetry.