Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/observability/otel/instrumentation/deno-runtime.ts>DenoRuntimeInstrumentation

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
class DenoRuntimeInstrumentation
import { DenoRuntimeInstrumentation } from "https://deno.land/x/live@1.57.3/observability/otel/instrumentation/deno-runtime.ts";

Constructors

new
DenoRuntimeInstrumentation(_config?: InstrumentationConfig)

Properties

private
gatherMemoryUsage: (x: ObservableResult<Attributes>) => unknown
private
gatherOpenResources: (x: ObservableResult<Attributes>) => unknown
private
gatherOps: (x: BatchObservableResult<Attributes>) => unknown
readonly
component: string
metrics: { openResources: ObservableUpDownCounter<Attributes>; memoryUsage: ObservableGauge<Attributes>; dispatchedCtr: ObservableCounter<Attributes>; inflightCtr: ObservableUpDownCounter<Attributes>; }
moduleName