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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
class DenoRuntimeInstrumentation
import { DenoRuntimeInstrumentation } from "https://deno.land/x/live@1.74.1/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