package opentelemetry

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Instrument.MakeSource

Build a custom instrument type from a CUSTOM_IMPL. The returned create registers the instrument into all automatically.

Parameters

module I : CUSTOM_IMPL

Signature

Sourceval create : name:string -> ?description:string -> ?unit_:string -> unit -> I.data t