Telemetry
Telemetry components
Provides types for configuring telemetry and working with debug dumps. The TelemetryService is accessed via synapse.telemetry getter.
Example
Section titled “Example”import { getGlobalTelemetry, initGlobalTelemetry } from '@filoz/synapse-sdk/telemetry'Classes
Section titled “Classes”| Class | Description |
|---|---|
| TelemetryService | Main telemetry service that manages the adapter and provides high-level APIs |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| DebugDump | - |
| TelemetryConfig | - |
Functions
Section titled “Functions”| Function | Description |
|---|---|
| getGlobalTelemetry | - |
| initGlobalTelemetry | Initialize the global TelemetryService instance if telemetry isn’t disabled. |