configureMetric(config: MetricConfigInterface): void
generateExecutionId(): string
getInstance(): TelemetryInstance
init(config: TelemetryConfigInterface): void
shutdown(): Promise<void>
startSpan(name: string): Span
startSpanWithAttributes(name: string, attributes: Record<string, any>): Span
startSpanWithParent(name: string, parent: Span): Span