method OpenTelemetryExporter.prototype.recordMetric OpenTelemetryExporter.prototype.recordMetric(metric: string,value: number,unit: string,dimensions?: Record<string, string>,): void Records a performance metric as span attributes Parameters metric: string value: number unit: string optional dimensions: Record<string, string> Return Type void