Skip to main content
Module

x/observability/mod.ts

WIP module for instrumenting Deno programs with OpenTelemetry, transmitting traces and metrics in a standard way.
Go to Latest
import * as observability from "https://deno.land/x/observability@v0.5.1/mod.ts";

Classes

A one-stop shop to provide a tracer, a meter, and a logger. Transmits all signals by OTLP.

This class represents a fetch plugin for auto instrumentation

Collector Trace Exporter for Deno using fetch()

A Resource describes the entity for which a signals (metrics or trace) are collected.

Variables

Entrypoint for context API

Entrypoint for metrics API

Entrypoint for trace API