Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AzureSdkInstrumentation

Package version

The instrumentation module for the Azure SDK. Implements OpenTelemetry's {@link Instrumentation}. The instrumentation module for the Azure SDK. Implements OpenTelemetry's {@link Instrumentation}.

Hierarchy

  • any
  • any
    • AzureSdkInstrumentation

Index

Constructors

Methods

Constructors

constructor

Methods

disable

  • disable(): void

enable

  • enable(): void
  • Entrypoint for the module registration. Ensures the global instrumenter is set to use OpenTelemetry.

    Returns void

Protected init

  • init(): void | InstrumentationModuleDefinition | InstrumentationModuleDefinition[]
  • Entrypoint for the module registration.

    Returns void | InstrumentationModuleDefinition | InstrumentationModuleDefinition[]

    The patched @azure/core-tracing module after setting its instrumenter.

Generated using TypeDoc