class DenoRuntimeInstrumentation
extends InstrumentationBase
import { DenoRuntimeInstrumentation } from "https://deno.land/x/live@1.96.2/observability/otel/instrumentation/deno-runtime.ts";
Constructors
new
DenoRuntimeInstrumentation(_config?: InstrumentationConfig)Properties
private
gatherMemoryUsage: (x: ObservableResult<Attributes>) => unknownprivate
gatherOpenResources: (x: ObservableResult<Attributes>) => unknownprivate
gatherOps: (x: BatchObservableResult<Attributes>) => unknownmetrics: { openResources: ObservableUpDownCounter<Attributes>; memoryUsage: ObservableGauge<Attributes>; dispatchedCtr: ObservableCounter<Attributes>; inflightCtr: ObservableUpDownCounter<Attributes>; }