Skip to main content
Module

x/observability/mod.ts>DenoRunInstrumentation

WIP module for transmitting common metrics to multiple destinations
Go to Latest
class DenoRunInstrumentation
extends InstrumentationBase
import { DenoRunInstrumentation } from "https://deno.land/x/observability@v0.4.0/mod.ts";

Constructors

new
DenoRunInstrumentation(config?: InstrumentationConfig)

Properties

readonly
component: string
moduleName

Methods

private
_patchConstructor(): (original: Deno.run) => Deno.run

Patches the constructor of fetch

disable(): void

implements unpatch function

enable(): void

implements enable function

init(): void