Skip to content

Telemetry

Telemetry components

Provides types for configuring telemetry and working with debug dumps. The TelemetryService is accessed via synapse.telemetry getter.

import { getGlobalTelemetry, initGlobalTelemetry } from '@filoz/synapse-sdk/telemetry'
ClassDescription
TelemetryServiceMain telemetry service that manages the adapter and provides high-level APIs
InterfaceDescription
DebugDump-
TelemetryConfig-
FunctionDescription
getGlobalTelemetry-
initGlobalTelemetryInitialize the global TelemetryService instance if telemetry isn’t disabled.