int updateTrace(String traceId, String endTime, String attributesJson) => exportTrace( '{"trace_id":"$traceId",' '"end_time":"$endTime",' '"attributes":$attributesJson}', );