package opentelemetry

  1. Overview
  2. Docs

Storage implementation.

There is a singleton storage for a given program, responsible for providing ambient context to the rest of the program.

type 'a key = 'a Hmap.key
module type STORAGE = sig ... end
type storage = (module STORAGE)
OCaml

Innovation. Community. Security.