Options
All
  • Public
  • Public/Protected
  • All
Menu

A registry for creating named Tracers.

Hierarchy

  • TracerProvider

Implemented by

Index

Methods

Methods

  • Returns a Tracer, creating one if one with the given name and version is not already created.

    This function may return different Tracer types (e.g. {@link NoopTracerProvider} vs. a functional tracer).

    Parameters

    • name: string

      The name of the tracer or instrumentation library.

    • Optional version: string

      The version of the tracer or instrumentation library.

    • Optional options: TracerOptions

      The options of the tracer or instrumentation library.

    Returns Tracer

    Tracer A Tracer with the given name and version

Generated using TypeDoc